diff options
Diffstat (limited to 'engines/kyra/gui_hof.cpp')
-rw-r--r-- | engines/kyra/gui_hof.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/gui_hof.cpp b/engines/kyra/gui_hof.cpp index a1e0ce66bf..c1bfee066f 100644 --- a/engines/kyra/gui_hof.cpp +++ b/engines/kyra/gui_hof.cpp @@ -1148,7 +1148,7 @@ int GUI_HoF::sliderHandler(Button *caller) { } int GUI_HoF::loadMenu(Button *caller) { - updateSaveList(); + updateSaveFileList(_vm->_targetName); if (!_vm->_menuDirectlyToLoad) { updateMenuButton(caller); |