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:
parent
cb2252b74e
commit
5392190c35
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue