Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 23, 2011, 6:35:35 PM (13 years ago)
Author:
msalomon
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spacerace/src/modules/gametypes/SpaceRace.h

    r8428 r8552  
    7777            inline int getCheckpointsReached()
    7878                { return this->checkpointsReached_; }
     79            inline void timeIsUp()
     80                { this->bTimeIsUp_ = true;}
    7981           
    8082        protected:
     
    8284        private:
    8385            int checkpointsReached_;
     86            std::set<float> scores_;
    8487            Clock *clock_;
    85             std::set<float> scores_;
    86            
     88            bool bTimeIsUp_;
    8789    };
    8890}
Note: See TracChangeset for help on using the changeset viewer.