mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
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:
parent
b01fd0e1df
commit
f96310dec6
@ -1530,6 +1530,7 @@ TransferPartyWiz::TransferPartyWiz(EoBCoreEngine *vm, Screen_EoB *screen) : _vm(
|
||||
}
|
||||
|
||||
TransferPartyWiz::~TransferPartyWiz() {
|
||||
_vm->gui()->notifyUpdateSaveSlotsList();
|
||||
delete[] _oldItems;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user