Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision b650f8ae14a68b3877a3c1aaf68a5475fc22478d)
+++ client/Client/main.cpp	(revision 147f662d427135b91ad89e0e6b5172bddaa8985b)
@@ -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);
