Changeset 3d81c0d in network-game for common


Ignore:
Timestamp:
Feb 24, 2013, 5:55:35 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
67d032c
Parents:
7b43385
Message:

Removed some print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.cpp

    r7b43385 r3d81c0d  
    7171   memcpy(&this->target.y, buffer+16, 4);
    7272   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;
    8073}
    8174
Note: See TracChangeset for help on using the changeset viewer.