- Timestamp:
- Dec 30, 2012, 6:51:48 PM (12 years ago)
- Branches:
- master
- Children:
- 9c83610
- Parents:
- 3535088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.cpp
r3535088 rcee623e 68 68 oss << this->id; 69 69 oss << this->name; 70 //oss << '\0';70 oss << '\0'; 71 71 oss << this->pos.x; 72 72 oss << this->pos.y;
Note:
See TracChangeset
for help on using the changeset viewer.