Changeset 6828 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jan 29, 2006, 2:31:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r6827 r6828 318 318 PRINTF(3)("Setting Sound Track to %s\n", name); 319 319 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.