diff --git a/game.py b/game.py index e753032..8574880 100644 --- a/game.py +++ b/game.py @@ -211,7 +211,7 @@ def run(self): # update (the game must have been suspended for some # reason, and we don't want it to "jump forward" # suddenly) - # + if self.time_passed > 100: continue