I'll retain the new way seeding the random number generator.. these calls are therefore redundant

This commit is contained in:
Thilo Schulz 2009-05-31 20:30:37 +00:00
parent e4d0c14f70
commit 4e8a181073
4 changed files with 1 additions and 9 deletions

View file

@ -475,7 +475,6 @@ void SV_SpawnServer( char *server, qboolean killBots ) {
Cvar_Set("cl_paused", "0");
// get a new checksum feed and restart the file system
srand(Com_Milliseconds());
sv.checksumFeed = ( ((int) rand() << 16) ^ rand() ) ^ Com_Milliseconds();
FS_Restart( sv.checksumFeed );