author | truelight |
Wed, 02 Feb 2005 18:28:08 +0000 | |
changeset 1268 | bcbbc18f5c3e |
parent 1267 | ba42a505ab8a |
child 1269 | 0c8818a1c07a |
--- 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) {