src/genworld.cpp
branchgamebalance
changeset 9912 1ac8aac92385
parent 9911 0b8b245a2391
child 9722 ebf0ece7d8f6
--- a/src/genworld.cpp	Wed Jun 13 11:45:14 2007 +0000
+++ b/src/genworld.cpp	Wed Jun 13 12:05:56 2007 +0000
@@ -290,6 +290,6 @@
 
 	/* Centre the view on the map */
 	if (FindWindowById(WC_MAIN_WINDOW, 0) != NULL) {
-		ScrollMainWindowToTile(TileXY(MapSizeX() / 2, MapSizeY() / 2));
+		ScrollMainWindowToTile(TileXY(MapSizeX() / 2, MapSizeY() / 2), true);
 	}
 }