Changeset 5175 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Sep 11, 2005, 11:21:56 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5174 r5175 116 116 World::~World () 117 117 { 118 delete Shell Buffer::getInstance();118 delete Shell::getInstance(); 119 119 PRINTF(3)("World::~World() - deleting current world\n"); 120 120 … … 196 196 197 197 /* init the world interface */ 198 Shell Buffer::getInstance();198 Shell::getInstance(); 199 199 200 200 LightManager::getInstance();
Note: See TracChangeset
for help on using the changeset viewer.