Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision 9b1e12c2cc15ff125616c8cbcceb867b708fc016)
+++ client/Client/main.cpp	(revision 694c3d24960a9af711962a12d5d064eae0f3762d)
@@ -757,7 +757,7 @@
    mapPos = mapToScreen(mapPos);
 
-   for (int x=0; x<12; x++)
+   for (int x=0; x<gameMap->width; x++)
    {
-      for (int y=0; y<12; y++)
+      for (int y=0; y<gameMap->height; y++)
       {
          WorldMap::TerrainType el = gameMap->getElement(x, y);
