summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/openttd.c b/openttd.c
index 3ab0a75cb..d80f90984 100644
--- a/openttd.c
+++ b/openttd.c
@@ -676,10 +676,6 @@ int ttd_main(int argc, char* argv[])
InitializeGUI();
IConsoleCmdExec("exec scripts/autoexec.scr 0");
-#ifdef PLAYER_SEED_RANDOM
- InitPlayerRandoms();
-#endif
-
GenerateWorld(1, 64, 64); // Make the viewport initialization happy
#ifdef ENABLE_NETWORK