mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-02-28 12:29:59 +00:00
Fixed crash on esc from import option
This commit is contained in:
parent
1aa55ab0c6
commit
50ce87cd10
@ -703,6 +703,7 @@ def newOrLoadGame(ask)#1
|
||||
ret = pImportModule()=>import_getGame(@funcTbl)
|
||||
if ret == 0
|
||||
displayMenu(existing)
|
||||
ret = -1 // ask again
|
||||
elsif ret == 1
|
||||
ret = 0 // imported LL, which is like Loading a game
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user