Changeset 147f662 in network-game for client/Client
- Timestamp:
- Jun 23, 2013, 5:18:50 PM (11 years ago)
- Branches:
- master
- Children:
- 694c3d2
- Parents:
- b650f8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/main.cpp
rb650f8a r147f662 757 757 mapPos = mapToScreen(mapPos); 758 758 759 for (int x=0; x< 12; x++)759 for (int x=0; x<gameMap->width; x++) 760 760 { 761 for (int y=0; y< 12; y++)761 for (int y=0; y<gameMap->height; y++) 762 762 { 763 763 WorldMap::TerrainType el = gameMap->getElement(x, y);
Note:
See TracChangeset
for help on using the changeset viewer.