Changeset 9081 for code/branches/pCuts/src/modules/pong
- Timestamp:
- Apr 5, 2012, 11:12:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pCuts/src/modules/pong/Pong.cc
r9016 r9081 284 284 285 285 // If a palyer gets 21 points, he won the game -> end of game 286 286 287 287 PlayerInfo* player1 = this->getLeftPlayer(); 288 288 PlayerInfo* player2 = this->getRightPlayer();
Note: See TracChangeset
for help on using the changeset viewer.