Changeset 10428 in orxonox.OLD for trunk/src/story_entities/game_world_data.cc
- Timestamp:
- Jan 28, 2007, 1:35:33 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r10400 r10428 416 416 std::string oggFile = Resources::ResourceManager::getInstance()->prependAbsoluteMainPath(name); 417 417 this->music = new OrxSound::OggPlayer(oggFile); 418 if (this->localPlayer != NULL)419 this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title());418 // if (this->localPlayer != NULL) 419 // this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title()); 420 420 421 421 //(OggPlayer*)ResourceManager::getInstance()->load(name, OGG, RP_LEVEL);
Note: See TracChangeset
for help on using the changeset viewer.