Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2016, 4:00:25 PM (7 years ago)
Author:
bberabi
Message:

bots are finally added; controller has to be implemented

File:
1 edited

Legend:

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

    r11256 r11272  
    3838
    3939#include "gametypes/Gametype.h"
     40#include "SpaceRaceManager.h"
    4041
    4142#include "OldRaceCheckPoint.h"
     
    6364            virtual void playerEntered(PlayerInfo* player) override;
    6465            virtual void newCheckpointReached();
    65             virtual void addBots(unsigned int amount) override{} //<! overwrite function in order to bypass the addbots command.
     66            virtual void addBots(unsigned int amount) override; //<! overwrite function in order to bypass the addbots command.
    6667                                          //<! This is only a temporary solution. Better: create racingBots.
    6768
Note: See TracChangeset for help on using the changeset viewer.