- updates to random number generation

This commit is contained in:
Mark Vejvoda
2010-06-01 00:57:48 +00:00
parent b8a05be21e
commit b8dac6de50
2 changed files with 16 additions and 11 deletions

View File

@@ -655,7 +655,7 @@ void ClientInterface::waitUntilReady(Checksum* checksum) {
}
//delay the start a bit, so clients have more room to get messages
sleep(GameConstants::networkExtraLatency);
//sleep(GameConstants::networkExtraLatency);
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"In [%s::%s] END\n",__FILE__,__FUNCTION__);
}