diff --git a/source/glest_game/game/game.cpp b/source/glest_game/game/game.cpp index b6a0ad24..2c208b2f 100644 --- a/source/glest_game/game/game.cpp +++ b/source/glest_game/game/game.cpp @@ -1714,7 +1714,7 @@ void Game::update() { printf("Resume #1\n"); this->initialResumeSpeedLoops = false; - updateLoops = 80; + updateLoops = 100; } if(SystemFlags::getSystemSettingType(SystemFlags::debugPerformance).enabled && chrono.getMillis() > 0) SystemFlags::OutputDebug(SystemFlags::debugPerformance,"In [%s::%s] Line: %d took msecs: %lld\n",extractFileFromDirectoryPath(__FILE__).c_str(),__FUNCTION__,__LINE__,chrono.getMillis());