Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2016, 1:34:34 PM (8 years ago)
Author:
binderm
Message:
 
File:
1 edited

Legend:

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

    r11186 r11188  
    5656    {
    5757    public:
    58         LevelStatus();
     58        LevelStatus(Context* context);
    5959        virtual ~LevelStatus();
    6060       
     
    6262        std::vector<int> nextLevels;        //in this vector at the index i is saved if the ith level should be activated =1, visible but not activated =2, or not activated =0
    6363        int activated;                      //0 not activated, 1 activated, 2 visible
    64 
    6564    };
    6665}
Note: See TracChangeset for help on using the changeset viewer.