- Timestamp:
- Dec 23, 2013, 11:33:36 PM (11 years ago)
- Branches:
- master
- Children:
- e1af80c
- Parents:
- 778d0c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/GameSummary.cpp
r778d0c9 r635ad9b 14 14 GameSummary::GameSummary(string name, unsigned int winner, unsigned int blueScore, unsigned int redScore) { 15 15 this->gameName = name; 16 this-> blueScore= winner;16 this->winner = winner; 17 17 this->blueScore = blueScore; 18 18 this->redScore = redScore;
Note:
See TracChangeset
for help on using the changeset viewer.