AGI: Proper handling of the cancel button when saving/loading

This commit is contained in:
Filippos Karapetis 2012-05-02 23:51:02 +03:00
parent ec1070678c
commit d6bedc8a36

View file

@ -831,6 +831,9 @@ int AgiEngine::scummVMSaveLoadDialog(bool isSave) {
delete dialog;
if (slot < 0)
return true;
if (isSave)
return doSave(slot, desc);
else