Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2011, 2:16:45 PM (12 years ago)
Author:
eceline
Message:

not much changed

File:
1 edited

Legend:

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

    r8970 r8979  
    4040#include "gametypes/Gametype.h"
    4141
    42 
    43 
    4442#include "SpaceRaceManager.h"
    4543
     
    5351    {
    5452        friend class RaceCheckPoint;
    55         //friend class SpaceRaceManager;
     53       
    5654
    5755        public:
     
    8583            virtual bool playerLeft(PlayerInfo* player); //!< Manages all local variables.
    8684        private:
    87             float maxSpeedBack_; float maxSpeedFront_; float maxSpeedLeftRight_; float maxSpeedUpDown_;
    8885            bool cantMove_;
    8986            std::map<PlayerInfo*, int>checkpointReached_; //The number of the last check point reached by each player.
Note: See TracChangeset for help on using the changeset viewer.