Changeset 7604 for code/branches/lastmanstanding
- Timestamp:
- Oct 31, 2010, 10:47:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/src/orxonox/gametypes/Asteroids.cc
r6417 r7604 41 41 RegisterObject(Asteroids); 42 42 this->firstCheckpointReached_ = false; 43 this->numberOfBots_=0; //sets number of default bots temporarly to 0 43 44 } 44 45 … … 75 76 COUT(0) << message << std::endl; 76 77 Host::Broadcast(message); 78 77 79 } 78 80
Note: See TracChangeset
for help on using the changeset viewer.