- Timestamp:
- Jan 30, 2006, 11:07:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/campaign.cc
r6874 r6875 21 21 #include "factory.h" 22 22 #include "load_param.h" 23 #include "state.h" 23 24 24 25 #include "campaign_data.h" … … 109 110 { 110 111 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 112 116 if( this->currentEntity != NULL) 113 117 {
Note: See TracChangeset
for help on using the changeset viewer.