This commit is contained in:
2022-12-01 22:05:05 +01:00
+6 -1
View File
@@ -616,7 +616,12 @@ void Game::checkRestoringJail()
} }
static int counter = 0; static int counter = 0;
counter++;
if (!paused)
{
counter++;
}
if (counter == 100) if (counter == 100)
{ {
counter = 0; counter = 0;