- Timestamp:
- Feb 4, 2015, 10:21:28 PM (10 years ago)
- Location:
- code/branches/presentationHS14merge
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS14merge
- Property svn:mergeinfo changed
/code/branches/storymodeHS14 (added) merged: 10085,10157,10174,10249-10251,10253-10254
- Property svn:mergeinfo changed
-
code/branches/presentationHS14merge/src/orxonox/LevelManager.cc
r9667 r10255 89 89 SetConfigValue(defaultLevelName_, "missionOne.oxw") 90 90 .description("Sets the pre selection of the level in the main menu."); 91 SetConfigValue(lastFinishedCampaignMission_, "") 92 .description("The last finished mission of a campaign"); 93 SetConfigValue(campaignMissions_, std::vector<std::string>()) 94 .description("The list of missions in the campaign"); 95 } 96 97 /** 98 * @brief Stores the argument in the corresponding config value. 99 */ 100 void LevelManager::setLastFinishedCampaignMission(const std::string& lastFinishedCampaignMission) 101 { 102 ModifyConfigValue(lastFinishedCampaignMission_, set, lastFinishedCampaignMission); 91 103 } 92 104
Note: See TracChangeset
for help on using the changeset viewer.