src/genworld.cpp
changeset 6760 3bd13f9bc39c
parent 6578 acb703c8e52c
child 7889 e74ce8853ba7
--- a/src/genworld.cpp	Thu May 31 03:35:11 2007 +0000
+++ b/src/genworld.cpp	Thu May 31 07:21:33 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);
 	}
 }