(svn r2588) Codechange: Remove PLAYER_SEED_RANDOM

This commit is contained in:
ludde
2005-07-16 12:30:03 +00:00
parent 19cb5e054a
commit f12b3a0c18
7 changed files with 0 additions and 69 deletions

View File

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