mirror of
https://github.com/glest/glest-source.git
synced 2025-10-01 09:56:41 +02:00
fixed windows build
This commit is contained in:
@@ -1178,7 +1178,7 @@ void ServerInterface::waitUntilReady(Checksum *checksum) {
|
||||
uint64 waitLoopIterationCount = 0;
|
||||
uint64 MAX_LOOP_COUNT_BEFORE_SLEEP = 100;
|
||||
MAX_LOOP_COUNT_BEFORE_SLEEP = Config::getInstance().getInt("NetworkServerLoopGameLoadingCap",intToStr(MAX_LOOP_COUNT_BEFORE_SLEEP).c_str());
|
||||
uint sleepMillis = Config::getInstance().getInt("NetworkServerLoopGameLoadingCapSleepMillis","1");
|
||||
int sleepMillis = Config::getInstance().getInt("NetworkServerLoopGameLoadingCapSleepMillis","1");
|
||||
|
||||
while(exitServer == false && allReady == false && logger.getCancelLoading() == false) {
|
||||
waitLoopIterationCount++;
|
||||
|
Reference in New Issue
Block a user