author | truelight |
Wed, 02 Feb 2005 18:28:08 +0000 | |
changeset 1268 | 306ebfea663a |
parent 1267 | cbd68e5e31ac |
child 1269 | 80a25996584f |
--- a/ttd.c Wed Feb 02 17:30:29 2005 +0000 +++ b/ttd.c Wed Feb 02 18:28:08 2005 +0000 @@ -530,8 +530,6 @@ GfxLoadSprites(); LoadStringWidthTable(); - GenerateWorld(1, 6, 6); // Make the viewport initialization happy - // Setup main window InitWindowSystem(); SetupColorsAndInitialWindow(); @@ -720,6 +718,8 @@ InitPlayerRandoms(); + GenerateWorld(1, 6, 6); // Make the viewport initialization happy + #ifdef ENABLE_NETWORK if ((network) && (_network_available)) { if (network_conn != NULL) {