Changeset 7b43385 in network-game for common/WorldMap.cpp


Ignore:
Timestamp:
Feb 24, 2013, 1:31:44 AM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
3d81c0d, 60940f8
Parents:
ca44f82
Message:

Smooth player movement now works, albeit poorly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/WorldMap.cpp

    rca44f82 r7b43385  
    4141void WorldMap::setElement(int x, int y, TerrainType t)
    4242{
     43   cout << "getting element" << endl;
    4344   (*(*vctMap)[x])[y] = t;
    4445}
Note: See TracChangeset for help on using the changeset viewer.