Changeset 5174 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Sep 11, 2005, 10:30:38 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5117 r5174 39 39 #include "text_engine.h" 40 40 #include "load_param.h" 41 #include "shell.h" 41 42 42 43 #include "track_manager.h" … … 115 116 World::~World () 116 117 { 117 delete Shell ::getInstance();118 delete ShellBuffer::getInstance(); 118 119 PRINTF(3)("World::~World() - deleting current world\n"); 119 120 … … 195 196 196 197 /* init the world interface */ 197 Shell ::getInstance();198 ShellBuffer::getInstance(); 198 199 199 200 LightManager::getInstance();
Note: See TracChangeset
for help on using the changeset viewer.