This commit is contained in:
2022-12-01 22:05:05 +01:00

View File

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