1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Unset busy when the demo ends

This commit is contained in:
Joe R 2024-11-21 20:52:23 -05:00
parent cb2252b74e
commit 5392190c35

View file

@ -2631,6 +2631,7 @@ class Game(object):
self.canvas.setTopImage(None)
self.demo_logo = None
self.demo = None
self.busy = False
self.updateMenus()
# demo event - play one demo move and check for win/loss