From 0f7a5addee1d884d5b0a45d5c2adda9eebc43631 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Sun, 21 Jul 2024 22:14:45 -0600 Subject: [PATCH] Mods --- cromulant/game.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cromulant/game.py b/cromulant/game.py index 7f9b7e3..432f6f6 100644 --- a/cromulant/game.py +++ b/cromulant/game.py @@ -334,10 +334,12 @@ class Game: return Ants.terminate(ant) + Game.start_loop() elif event.button() == Qt.MiddleButton: if is_terminated(): return Ants.merge(ant) + Game.start_loop() else: Game.toggle_song()