Changeset e4a5786 in network-game for common/Player.cpp
- Timestamp:
- May 18, 2013, 8:53:03 PM (12 years ago)
- Branches:
- master
- Children:
- 2864d8e
- Parents:
- e76055f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.cpp
re76055f re4a5786 44 44 this->pos.y = this->target.y = 200; 45 45 this->team = 0; // blue team by default 46 this->hasBlueFlag = true;47 this->hasRedFlag = true;46 this->hasBlueFlag = false; 47 this->hasRedFlag = false; 48 48 } 49 49
Note:
See TracChangeset
for help on using the changeset viewer.