Changeset 9301 for code/branches/presentation2012merge/src/modules
- Timestamp:
- Jun 16, 2012, 3:23:01 PM (13 years ago)
- Location:
- code/branches/presentation2012merge/src/modules/gametypes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/src/modules/gametypes/OldSpaceRace.h
r9271 r9301 59 59 60 60 virtual void newCheckpointReached(); 61 virtual void addBots(unsigned int amount){} //<! overwrite function in order to bypass the addbots command. 62 //<! This is only a temporary solution. Better: create racingBots. 61 63 62 64 inline void setCheckpointsReached(int n) -
code/branches/presentation2012merge/src/modules/gametypes/SpaceRace.cc
r9263 r9301 48 48 this->cantMove_ = false; 49 49 this->bTimeIsUp_ = false; 50 this->numberOfBots_ = 0; // quick fix: don't allow default-bots to enter the race 51 // remove this line, if a raceBot has been created. 50 52 } 51 53
Note: See TracChangeset
for help on using the changeset viewer.