1
0
Fork 0
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:
Shlomi Fish 2018-05-07 23:57:46 +03:00
parent 74bfe5e96b
commit 4f5d365763

View file

@ -1250,6 +1250,7 @@ Unsupported game for import.
text=err.format(),
bitmap='error'
)
game.busy = False
game.endGame()
game.newGame()