(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

@@ -773,10 +773,6 @@ static void NetworkInitialize(void)
_network_reconnect = 0;
#ifdef PLAYER_SEED_RANDOM
InitPlayerRandoms();
#endif
NetworkUDPInitialize();
}