diff --git a/src/genworld.cpp b/src/genworld.cpp index 22110432b3..9d1d92cd98 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); } }