Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6828 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc


Ignore:
Timestamp:
Jan 29, 2006, 2:31:48 PM (18 years ago)
Author:
bensch
Message:

trunk: Music plays

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world_data.cc

    r6827 r6828  
    318318  PRINTF(3)("Setting Sound Track to %s\n", name);
    319319  this->music = (OggPlayer*)ResourceManager::getInstance()->load(name, OGG, RP_LEVEL);
    320 }
    321 
    322 
     320  if (this->music)
     321    this->music->debug();
     322}
     323
     324
Note: See TracChangeset for help on using the changeset viewer.