Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2016, 4:01:40 PM (7 years ago)
Author:
bberabi
Message:

racing bots.. under maintanence…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/src/modules/gametypes/OldSpaceRace.h

    r11246 r11256  
    5555            virtual ~OldSpaceRace() {}
    5656
     57                        void setConfigValues();
     58
    5759            virtual void start() override;
    5860
    5961            virtual void end() override;
    6062
    61 
     63            virtual void playerEntered(PlayerInfo* player) override;
    6264            virtual void newCheckpointReached();
    6365            virtual void addBots(unsigned int amount) override{} //<! overwrite function in order to bypass the addbots command.
     66                                          //<! This is only a temporary solution. Better: create racingBots.
     67
     68
    6469            virtual  void countdownFinished();
    65                                           //<! This is only a temporary solution. Better: create racingBots.
    6670
    6771            inline void setCheckpointsReached(int n)
Note: See TracChangeset for help on using the changeset viewer.