Changeset 7b43385 in network-game for common/WorldMap.cpp
- Timestamp:
- Feb 24, 2013, 1:31:44 AM (12 years ago)
- Branches:
- master
- Children:
- 3d81c0d, 60940f8
- Parents:
- ca44f82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
common/WorldMap.cpp
rca44f82 r7b43385 41 41 void WorldMap::setElement(int x, int y, TerrainType t) 42 42 { 43 cout << "getting element" << endl; 43 44 (*(*vctMap)[x])[y] = t; 44 45 }
Note:
See TracChangeset
for help on using the changeset viewer.