Changeset b26229c in network-game for common/Player.cpp


Ignore:
Timestamp:
May 18, 2013, 9:29:09 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
a78c387
Parents:
2864d8e
Message:

Some more map debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/Player.cpp

    r2864d8e rb26229c  
    131131      // using moveCanceled in a hacky way just to indicate that the server
    132132      // has updated some player info. Should change the variable name
     133      cout << "Object at location: " << map->getObject(newPos.x/25, newPos.y/25) << endl;
    133134      switch(map->getObject(newPos.x/25, newPos.y/25)) {
    134135      case WorldMap::OBJECT_BLUE_FLAG:
Note: See TracChangeset for help on using the changeset viewer.