summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
authorludde <ludde@openttd.org>2005-07-16 12:30:03 +0000
committerludde <ludde@openttd.org>2005-07-16 12:30:03 +0000
commitf12b3a0c1816dc5a8b95132b95025740f6c2b438 (patch)
tree2361c1137f7e4f78b97f2e2bbcc634b6b9a0fdd7 /openttd.c
parent19cb5e054a385c382b196df9cfcb90f59f053cbb (diff)
downloadopenttd-f12b3a0c1816dc5a8b95132b95025740f6c2b438.tar.xz
(svn r2588) Codechange: Remove PLAYER_SEED_RANDOM
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