Changeset 8900 for code/branches/gamecontent/src/modules/pong/PongScore.h
- Timestamp:
- Oct 19, 2011, 11:02:56 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamecontent/src/modules/pong/PongScore.h
r8108 r8900 122 122 bool bShowLeftPlayer_; //!< Whether the left player is shown. 123 123 bool bShowRightPlayer_; //!< Whether the right player is shown. 124 PlayerInfo* player1_; //!< Store information about left player permanently. 125 PlayerInfo* player2_; //!< Same for the right player. To end the game properly. 124 126 }; 125 127 }
Note: See TracChangeset
for help on using the changeset viewer.