Changes in / [02fa8fd:032e550] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.cpp

    r02fa8fd r032e550  
    202202      cout << "target id: " << mapPlayers[this->targetPlayer].id << endl;
    203203      cout << "cur player id: " << this->id << endl;
    204       cout << "this->pos.x: " << this->pos.x << endl;
    205       cout << "this->pos.x: " << this->pos.x << endl;
    206       cout << "this->target.y: " << this->target.y << endl;
    207       cout << "this->target.y: " << this->target.y << endl;
    208       cout << "this->target.toFloat().x: " << this->target.toFloat().y << endl;
    209       cout << "this->target.toFloat().y: " << this->target.toFloat().y << endl;
    210       cout << "posDistance: " << posDistance(this->pos, this->target.toFloat()) << endl;
    211204
    212205      if (posDistance(this->pos, this->target.toFloat()) <= this->range) {
Note: See TracChangeset for help on using the changeset viewer.