(svn r1772) -Fix: [ 1114100 ] Dedicated server boots again

This commit is contained in:
truelight 2005-02-02 18:28:08 +00:00
parent 83a889d678
commit 3f45338cc9
1 changed files with 2 additions and 2 deletions

4
ttd.c
View File

@ -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) {