Changeset 9019 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jul 2, 2006, 4:41:32 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r8975 r9019 389 389 std::string oggFile = ResourceManager::getFullName(name); 390 390 this->music = new OrxSound::OggPlayer(oggFile); 391 if (this->localPlayer != NULL) 392 this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title()); 391 393 392 394 //(OggPlayer*)ResourceManager::getInstance()->load(name, OGG, RP_LEVEL);
Note: See TracChangeset
for help on using the changeset viewer.