2 Commits

View File

@@ -616,7 +616,12 @@ void Game::checkRestoringJail()
}
static int counter = 0;
counter++;
if (!paused)
{
counter++;
}
if (counter == 100)
{
counter = 0;