Changeset 9942 for code/trunk/src/modules/invader
- Timestamp:
- Dec 29, 2013, 8:45:00 PM (11 years ago)
- Location:
- code/trunk/src/modules/invader
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/invader/Invader.cc
r9939 r9942 60 60 { 61 61 RegisterObject(Invader); 62 this->numberOfBots_ = 0; //sets number of default bots temporarly to 0 62 63 this->center_ = 0; 63 64 init(); -
code/trunk/src/modules/invader/Invader.h
r9939 r9942 54 54 virtual void start(); 55 55 virtual void end(); 56 virtual void addBots(unsigned int amount){} //<! overwrite function in order to bypass the addbots command 56 57 57 58 void spawnEnemy();
Note: See TracChangeset
for help on using the changeset viewer.