Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3213 in orxonox.OLD for orxonox/trunk/src/world.cc


Ignore:
Timestamp:
Dec 18, 2004, 2:54:59 AM (21 years ago)
Author:
patrick
Message:

orxonox/trunk: enhanced the CommandNode - cleaning up garbage doing the wash etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world.cc

    r3210 r3213  
    6464{
    6565  this->bPause = false;
     66  Orxonox::getInstance()->get_localinput()->enable(true);
    6667}
    6768
     
    7576  this->bQuitCurrentGame = true;
    7677  this->localCamera->setWorld(NULL);
     78  this->localCamera->destroy();
     79
     80
    7781  WorldEntity* entity = entities->enumerate(); 
    7882  while( entity != NULL )
     
    581585 
    582586      for(int i = 0; i < 10000000; i++) {}
    583 
    584587    }
    585588  printf("World|Exiting the main loop\n");
Note: See TracChangeset for help on using the changeset viewer.