From ab6d4ca22a85522b629ca76cff046ac09bd6ccaa Mon Sep 17 00:00:00 2001 From: Sudhir7832 <73008445+Sudhir7832@users.noreply.github.com> Date: Sun, 3 Oct 2021 09:46:27 +0530 Subject: [PATCH] Update game.py remove unnecessary comments --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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