Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2016, 12:09:09 PM (8 years ago)
Author:
binderm
Message:

logic to show only certain levels and not all together, also not all shown levels have to be activated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bindermFS16/src/orxonox/gametypes/Mission.cc

    r11173 r11180  
    9292
    9393            LevelManager::getInstance().setLastFinishedCampaignMission(this->getFilename());
    94             //LevelManager::getInstance().setLevelStatus(7);
     94
     95            //gibt index von bestandenem level weiter
     96            LevelManager::getInstance().setLevelStatus(7);
    9597        }
    9698        else if (!this->gtinfo_->hasEnded())
Note: See TracChangeset for help on using the changeset viewer.