mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix the problem with exiting after fail import
This commit is contained in:
parent
74bfe5e96b
commit
4f5d365763
1 changed files with 1 additions and 0 deletions
|
@ -1250,6 +1250,7 @@ Unsupported game for import.
|
||||||
text=err.format(),
|
text=err.format(),
|
||||||
bitmap='error'
|
bitmap='error'
|
||||||
)
|
)
|
||||||
|
game.busy = False
|
||||||
game.endGame()
|
game.endGame()
|
||||||
game.newGame()
|
game.newGame()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue