Changeset 9180 in orxonox.OLD for branches/presentation/src/story_entities
- Timestamp:
- Jul 5, 2006, 12:49:40 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/story_entities/game_world_data.cc
r9179 r9180 392 392 std::string oggFile = ResourceManager::getFullName(name); 393 393 this->music = new OrxSound::OggPlayer(oggFile); 394 this->music->debug();395 394 if (this->localPlayer != NULL) 396 395 this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title());
Note: See TracChangeset
for help on using the changeset viewer.