Compare commits

2 Commits

View File

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