Changeset 5096 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Aug 22, 2005, 12:01:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r5087 r5096 115 115 World::~World () 116 116 { 117 delete Shell::getInstance();118 117 PRINTF(3)("World::~World() - deleting current world\n"); 119 118 … … 195 194 196 195 /* init the world interface */ 197 Shell::getInstance();198 196 199 197 LightManager::getInstance();
Note: See TracChangeset
for help on using the changeset viewer.