From a672a8f77d855a2879bf7b3b7a99b9f9eef1fdb8 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 31 May 2007 07:21:33 +0000 Subject: (svn r9995) -Fix (r9962): Don't scroll the map at the start of a new game --- src/genworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/genworld.cpp b/src/genworld.cpp index 22110432b..9d1d92cd9 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -290,6 +290,6 @@ void GenerateWorld(int mode, uint size_x, uint size_y) /* 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); } } -- cgit v1.2.3-70-g09d2