Changeset 7032 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Feb 4, 2006, 5:01:11 AM (19 years ago)
- Location:
- trunk/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/campaign.cc
r6875 r7032 110 110 { 111 111 PRINTF(4)("Stopping the current Campaign\n"); 112 if( State::getMenu Mode())112 if( State::getMenuID() != -1) 113 113 this->bReturnToMenu = true; 114 114 else -
trunk/src/story_entities/simple_game_menu.cc
r7031 r7032 65 65 this->loadParams(root); 66 66 67 State::setMenu Mode(true);67 State::setMenuID(this->getNextStoryID()); 68 68 } 69 69
Note: See TracChangeset
for help on using the changeset viewer.