- Timestamp:
- Feb 24, 2013, 5:55:35 PM (12 years ago)
- Branches:
- master
- Children:
- 67d032c
- Parents:
- 7b43385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/Player.cpp
r7b43385 r3d81c0d 71 71 memcpy(&this->target.y, buffer+16, 4); 72 72 this->name.assign(buffer+20); 73 74 cout << "id: " << this->id << endl;75 cout << "pos x: " << this->pos.x << endl;76 cout << "pos y: " << this->pos.y << endl;77 cout << "target x: " << this->target.x << endl;78 cout << "target y: " << this->target.y << endl;79 cout << "name: " << this->name << endl;80 73 } 81 74
Note:
See TracChangeset
for help on using the changeset viewer.