Changeset 9090 for code/branches/pCuts/src/modules/pong/Pong.cc
- Timestamp:
- Apr 16, 2012, 10:29:49 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pCuts/src/modules/pong/Pong.cc
r9081 r9090 76 76 // Set the type of Bots for this particular Gametype. 77 77 this->botclass_ = Class(PongBot); 78 79 78 this->scoreLimit_ = 10; 79 this->setConfigValues(); 80 80 } 81 81
Note: See TracChangeset
for help on using the changeset viewer.