Changeset 4053 in orxonox.OLD
- Timestamp:
- May 5, 2005, 1:25:56 AM (20 years ago)
- Location:
- orxonox/branches/guiMerge/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/guiMerge/src/lib/gui/gui/gui_gtk.cc
r4052 r4053 75 75 PRINT(0)("================================\n"); 76 76 PRINT(0)("= ORXONOX CONFIGURATION WIZARD =\n"); 77 PRINT(0)("================================ - version:" PACKAGE_VERSION "\n");77 PRINT(0)("================================ - v." PACKAGE_VERSION "\n"); 78 78 79 79 while(true) -
orxonox/branches/guiMerge/src/orxonox.cc
r4052 r4053 50 50 { 51 51 pause = false; 52 this->world = NULL; 53 this->resources = NULL; 54 this->localinput = NULL; 52 55 } 53 56 … … 57 60 Orxonox::~Orxonox () 58 61 { 62 int i =0; 59 63 Orxonox::singletonRef = NULL; 60 64 if( world != NULL) delete world; 61 if( localinput != NULL) delete world;65 if( localinput != NULL) delete localinput; 62 66 if( resources != NULL) delete resources; 63 67 delete GraphicsEngine::getInstance(); // deleting the Graphics … … 364 368 orx->start(); 365 369 366 //delete orx;370 delete orx; 367 371 ResourceManager::deleteFile("~/.orxonox/orxonox.lock"); 368 372
Note: See TracChangeset
for help on using the changeset viewer.