author | peter1138 |
Thu, 31 May 2007 07:21:33 +0000 | |
changeset 7256 | ec4124cf48d3 |
parent 7255 | 8b6f5524dfbc |
child 7257 | 18c8b085008d |
src/genworld.cpp | file | annotate | diff | comparison | revisions |
--- 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); } }