Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2016, 2:40:16 PM (8 years ago)
Author:
binderm
Message:

final commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/bindermFS16/src/orxonox/LevelManager.h

    r11191 r11194  
    8282            virtual ~LevelManager();
    8383
    84             //void setLevelStatus(const int integer);
    8584            void buildallLevelStatus();
    8685            void updateAllLevelStatus();
     
    108107            LevelInfoItem* getAvailableLevelListItem(unsigned int index); //!< Get the LevelInfoItem at the given index in the list of available Levels.
    109108
    110             //void setLastFinishedCampaignMission(const std::string& lastFinishedCampaignMission);
    111109            inline const std::string& getLastWonMission() const
    112110                { return this->lastWonMission_; }
     
    148146            std::string lastWonMission_;
    149147            std::vector<std::string> campaignMissions_;
    150             std::vector<int> allLevelWon_;
    151             std::vector<LevelStatus> allLevelStatus_;
     148            std::vector<int> allLevelWon_;                  //level i is won if allLevelWon_[i]=1
     149            std::vector<LevelStatus*> allLevelStatus_;
    152150
    153151
Note: See TracChangeset for help on using the changeset viewer.