Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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

trunk: the game now always jumps back to the menu

Location:
trunk/src/util/loading
Files:
2 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
  • trunk/src/util/loading/game_loader.h

    r6424 r6862  
    7070  Uint32                 startTime;            //!< start time of the campaign
    7171  bool                   isPaused;             //!< if the game is paused
     72  bool                   bRun;                 //!< true if stop
    7273
    7374  Campaign*              currentCampaign;      //!< reference to the current campaign playing
Note: See TracChangeset for help on using the changeset viewer.