Changeset 9179 in orxonox.OLD for branches/presentation/src/story_entities/game_world_data.cc
- Timestamp:
- Jul 5, 2006, 12:27:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/story_entities/game_world_data.cc
r9149 r9179 249 249 this->tickLists.push_back(OM_GROUP_01); 250 250 this->tickLists.push_back(OM_GROUP_01_PROJ); 251 this->tickLists.push_back(OM_GROUP_02); 251 252 252 253 this->drawLists.push_back(OM_ENVIRON_NOTICK); 253 254 this->drawLists.push_back(OM_ENVIRON); 254 this->drawLists.push_back(OM_COMMON);255 255 this->drawLists.push_back(OM_GROUP_00); 256 256 this->drawLists.push_back(OM_GROUP_00_PROJ); 257 257 this->drawLists.push_back(OM_GROUP_01); 258 258 this->drawLists.push_back(OM_GROUP_01_PROJ); 259 this->drawLists.push_back(OM_GROUP_02); 260 this->drawLists.push_back(OM_COMMON); 259 261 260 262 /* init the pnode tree */ … … 390 392 std::string oggFile = ResourceManager::getFullName(name); 391 393 this->music = new OrxSound::OggPlayer(oggFile); 394 this->music->debug(); 392 395 if (this->localPlayer != NULL) 393 396 this->localPlayer->hud().notifyUser(std::string("Playing SoundTrack: ") + this->music->artist() + " - " + this->music->title());
Note: See TracChangeset
for help on using the changeset viewer.