Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2018, 12:13:54 PM (5 years ago)
Author:
ottka
Message:

level select in level file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/src/modules/orxokart/OrxoKartOrigin.h

    r12090 r12116  
    6161                { return this->cellSize_; }
    6262
     63            inline void setLevel(int level)
     64                { this->level_ = level; }
     65            inline int getLevel() const
     66                { return this->level_; }   
     67
    6368        private:
    6469            void checkGametype();
     
    6671            int numCells_;
    6772            int cellSize_;
     73            int level_;
    6874    };
    6975}
Note: See TracChangeset for help on using the changeset viewer.