KYRA: (EOB) - fix saveload menu glitch

The save file list needs a refresh after transfering a party from EOB I to EOB II. This did not always happen.
This commit is contained in:
athrxx 2019-04-02 00:45:44 +02:00
parent b01fd0e1df
commit f96310dec6

View File

@ -1530,6 +1530,7 @@ TransferPartyWiz::TransferPartyWiz(EoBCoreEngine *vm, Screen_EoB *screen) : _vm(
}
TransferPartyWiz::~TransferPartyWiz() {
_vm->gui()->notifyUpdateSaveSlotsList();
delete[] _oldItems;
}