Changeset 8240 in orxonox.OLD for branches/script_engine/src/story_entities/game_world.cc
- Timestamp:
- Jun 8, 2006, 1:56:28 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/story_entities/game_world.cc
r8239 r8240 193 193 ErrorMessage GameWorld::unloadData() 194 194 { 195 195 196 PRINTF(3)("GameWorld::~GameWorld() - unloading the current GameWorld\n"); 197 this->scriptManager.flush(); 198 196 199 delete this->shell; 197 200 … … 228 231 { 229 232 PRINTF(3)("GameWorld::stop() - got stop signal\n"); 233 State::setScripManager(NULL); 230 234 this->bRunning = false; 231 235 }
Note: See TracChangeset
for help on using the changeset viewer.