Changeset 6831 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jan 29, 2006, 3:11:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r6829 r6831 321 321 PRINTF(3)("Setting Sound Track to %s\n", name); 322 322 this->music = (OggPlayer*)ResourceManager::getInstance()->load(name, OGG, RP_LEVEL); 323 if (this->music) 324 this->music->debug(); 325 } 326 327 323 } 324 325
Note: See TracChangeset
for help on using the changeset viewer.