Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2016, 4:07:25 PM (8 years ago)
Author:
binderm
Message:

LevelStatus and levelmanager in two files, LevelStatus saves and changes the actual campaign progress

File:
1 edited

Legend:

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

    r11180 r11186  
    9191            this->gtinfo_->sendAnnounceMessage("Mission accomplished!");
    9292
    93             LevelManager::getInstance().setLastFinishedCampaignMission(this->getFilename());
     93            //LevelManager::getInstance().setLastFinishedCampaignMission(this->getFilename());
    9494
    9595            //gibt index von bestandenem level weiter
    96             LevelManager::getInstance().setLevelStatus(7);
     96            LevelManager::getInstance().setLevelStatus(this->getFilename());
    9797        }
    9898        else if (!this->gtinfo_->hasEnded())
Note: See TracChangeset for help on using the changeset viewer.