Changeset f41a7f9 in network-game for common/Player.cpp
- Timestamp:
- Sep 26, 2013, 10:07:24 PM (12 years ago)
- Branches:
- master
- Children:
- f203c5c
- Parents:
- b92e6a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.cpp
rb92e6a7 rf41a7f9 32 32 this->hasBlueFlag = false; 33 33 this->hasRedFlag = false; 34 35 this->currentGame = NULL; 34 36 } 35 37 … … 61 63 this->hasBlueFlag = p.hasBlueFlag; 62 64 this->hasRedFlag = p.hasRedFlag; 65 66 this->currentGame = p.currentGame; 63 67 } 64 68 … … 88 92 this->hasBlueFlag = false; 89 93 this->hasRedFlag = false; 94 95 this->currentGame = NULL; 90 96 } 91 97
Note:
See TracChangeset
for help on using the changeset viewer.