Changeset 4504 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jun 4, 2005, 12:38:30 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4502 r4504 65 65 #include "event_handler.h" 66 66 67 #include "sound_engine.h" 68 67 69 using namespace std; 68 70 … … 182 184 delete this->particleEngine; 183 185 TextEngine::getInstance()->flush(); 186 SoundEngine::getInstance()->flushAllBuffers(); 187 184 188 delete AnimationPlayer::getInstance(); // this should be at the end of the unloading sequence. 185 189 delete PhysicsEngine::getInstance(); … … 468 472 this->spawn(terrain); 469 473 474 SoundEngine::getInstance()->setListener(this->localCamera); 470 475 471 476 … … 1079 1084 this->garbageCollector->update(); 1080 1085 this->nullParent->update (this->dtS); 1086 1087 SoundEngine::getInstance()->update(); 1081 1088 } 1082 1089
Note: See TracChangeset
for help on using the changeset viewer.