Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2018, 12:06:14 PM (6 years ago)
Author:
ottka
Message:

Make two levels and more

File:
1 edited

Legend:

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

    r12116 r12128  
    5555                { this->origin_ = origin; }
    5656
    57             inline int getNumberOfFlags() const
    58                 { return this->numberOfFlags_; }
     57            inline int getRaceFinished() const
     58                { return this->raceFinished; }
    5959
    6060        private:
     
    6565            std::vector<OrxoKartTile*> wayPoints;
    6666            int wayPointCounter = 0;
    67             int numberOfFlags_;
     67            bool raceFinished;
    6868            bool firstTick_;
    6969
Note: See TracChangeset for help on using the changeset viewer.