Changeset 5078 in orxonox.OLD for trunk/src/story_entities/world.cc
- Timestamp:
- Aug 19, 2005, 5:02:38 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5055 r5078 115 115 World::~World () 116 116 { 117 delete Shell::getInstance(); 117 118 PRINTF(3)("World::~World() - deleting current world\n"); 118 119 … … 130 131 131 132 // external engines initialized by the orxonox-class get deleted 132 TextEngine::getInstance()->flush();133 133 SoundEngine::getInstance()->flushAllBuffers(); 134 134 SoundEngine::getInstance()->flushAllSources(); … … 195 195 196 196 /* init the world interface */ 197 Shell::getInstance(); 197 198 198 199 LightManager::getInstance();
Note: See TracChangeset
for help on using the changeset viewer.