Changeset 10513 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jan 30, 2007, 8:12:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world_data.cc
r10428 r10513 52 52 #include "network_manager.h" 53 53 #include "physics_engine.h" 54 #include "ai_engine.h" 54 55 55 56 #include "glmenu_imagescreen.h" … … 105 106 //State::setCameraman(camMan); 106 107 LightManager::getInstance(); 108 AIEngine::getInstance(); 107 109 108 110 // GraphicsEngine::getInstance()->displayFPS(true); … … 130 132 this->setName(string.c_str()); 131 133 134 132 135 this->loadGUI(root); 133 136 this->loadWorldEntities(root); … … 148 151 this->unloadScene(); 149 152 this->unloadCameras(); 153 154 // killl ai engine 155 delete AIEngine::getInstance(); 150 156 151 157 return ErrorMessage();
Note: See TracChangeset
for help on using the changeset viewer.