- Timestamp:
- Aug 22, 2005, 12:17:58 AM (19 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/orxonox.cc
r5096 r5098 80 80 Orxonox::~Orxonox () 81 81 { 82 delete Shell::getInstance();83 82 delete GraphicsEngine::getInstance(); // deleting the Graphics 84 83 delete TextEngine::getInstance(); … … 258 257 int Orxonox::initMisc() 259 258 { 260 Shell::getInstance();261 259 return 0; 262 260 } -
trunk/src/story_entities/world.cc
r5096 r5098 115 115 World::~World () 116 116 { 117 delete Shell::getInstance(); 117 118 PRINTF(3)("World::~World() - deleting current world\n"); 118 119 … … 194 195 195 196 /* init the world interface */ 197 Shell::getInstance(); 196 198 197 199 LightManager::getInstance();
Note: See TracChangeset
for help on using the changeset viewer.