Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6875 in orxonox.OLD for trunk/src/story_entities/campaign.cc


Ignore:
Timestamp:
Jan 30, 2006, 11:07:55 PM (18 years ago)
Author:
patrick
Message:

trunk: the network mode now exits on ESC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/campaign.cc

    r6874 r6875  
    2121#include "factory.h"
    2222#include "load_param.h"
     23#include "state.h"
    2324
    2425#include "campaign_data.h"
     
    109110{
    110111  PRINTF(4)("Stopping the current Campaign\n");
    111   this->bReturnToMenu = true;
     112  if( State::getMenuMode())
     113    this->bReturnToMenu = true;
     114  else
     115    this->isRunning = false;  // fast exit
    112116  if( this->currentEntity != NULL)
    113117  {
Note: See TracChangeset for help on using the changeset viewer.