summaryrefslogtreecommitdiff
path: root/ttd.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-02-02 18:28:08 +0000
committertruelight <truelight@openttd.org>2005-02-02 18:28:08 +0000
commit3f45338cc9118e86012ceaa0114e5d501d807c08 (patch)
tree8e1dd7fd5de2688cc8d7a7aa84f48e941d7a6981 /ttd.c
parent83a889d6787dbb5899c8eec663634d36fb1c8108 (diff)
downloadopenttd-3f45338cc9118e86012ceaa0114e5d501d807c08.tar.xz
(svn r1772) -Fix: [ 1114100 ] Dedicated server boots again
Diffstat (limited to 'ttd.c')
-rw-r--r--ttd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttd.c b/ttd.c
index 62509d763..abc59df83 100644
--- a/ttd.c
+++ b/ttd.c
@@ -530,8 +530,6 @@ static void LoadIntroGame(void)
GfxLoadSprites();
LoadStringWidthTable();
- GenerateWorld(1, 6, 6); // Make the viewport initialization happy
-
// Setup main window
InitWindowSystem();
SetupColorsAndInitialWindow();
@@ -720,6 +718,8 @@ int ttd_main(int argc, char* argv[])
InitPlayerRandoms();
+ GenerateWorld(1, 6, 6); // Make the viewport initialization happy
+
#ifdef ENABLE_NETWORK
if ((network) && (_network_available)) {
if (network_conn != NULL) {