Compare commits
2 Commits
3ea0025fb4
...
b22e830dac
| Author | SHA1 | Date | |
|---|---|---|---|
| b22e830dac | |||
| a81d42cb25 |
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user