Changeset 5098 in orxonox.OLD for trunk/src/story_entities/world.cc
- Timestamp:
- Aug 22, 2005, 12:17:58 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.