Changeset 5066e27 in network-game for common/Player.cpp
- Timestamp:
- Dec 26, 2012, 3:50:53 PM (12 years ago)
- Branches:
- master
- Children:
- 01d0d00
- Parents:
- 60776f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.cpp
r60776f2 r5066e27 37 37 38 38 oss << this->name; 39 oss.write("\0", 1); 39 40 oss.write((char*)&(this->pos.x), sizeof(int)); 40 41 oss.write((char*)&(this->pos.y), sizeof(int));
Note:
See TracChangeset
for help on using the changeset viewer.