Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6862 in orxonox.OLD for trunk/src/util/loading/game_loader.cc


Ignore:
Timestamp:
Jan 30, 2006, 11:22:25 AM (19 years ago)
Author:
patrick
Message:

trunk: the game now always jumps back to the menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/loading/game_loader.cc

    r6854 r6862  
    4747  this->setClassID(CL_GAME_LOADER, "GameLoader");
    4848  this->setName("GameLoader");
    49 
     49  this->bRun = true;
    5050}
    5151
     
    162162{
    163163  if(this->currentCampaign != NULL)
     164  {
    164165    this->currentCampaign->start();
     166  }
    165167}
    166168
Note: See TracChangeset for help on using the changeset viewer.