I'll retain the new way seeding the random number generator.. these calls are therefore redundant
This commit is contained in:
parent
e4d0c14f70
commit
4e8a181073
4 changed files with 1 additions and 9 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue