Changeset 3213 in orxonox.OLD for orxonox/trunk/src/world.cc
- Timestamp:
- Dec 18, 2004, 2:54:59 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world.cc
r3210 r3213 64 64 { 65 65 this->bPause = false; 66 Orxonox::getInstance()->get_localinput()->enable(true); 66 67 } 67 68 … … 75 76 this->bQuitCurrentGame = true; 76 77 this->localCamera->setWorld(NULL); 78 this->localCamera->destroy(); 79 80 77 81 WorldEntity* entity = entities->enumerate(); 78 82 while( entity != NULL ) … … 581 585 582 586 for(int i = 0; i < 10000000; i++) {} 583 584 587 } 585 588 printf("World|Exiting the main loop\n");
Note: See TracChangeset
for help on using the changeset viewer.