aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/gui.h')
-rw-r--r--engines/kyra/gui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/gui.h b/engines/kyra/gui.h
index 2b32bf38f6..854f10e85d 100644
--- a/engines/kyra/gui.h
+++ b/engines/kyra/gui.h
@@ -118,9 +118,9 @@ protected:
// Since ScummVM's savegame indices aren't, we re-index them.
// The integers stored in _saveSlots are ScummVM savegame indices.
Common::Array<int> _saveSlots;
- void updateSaveFileList(bool excludeQuickSaves = false);
+ void updateSaveFileList(Common::String targetName, bool excludeQuickSaves = false);
int getNextSavegameSlot();
- void updateSaveSlotsList();
+ void updateSaveSlotsList(Common::String targetName, bool force = false);
virtual void sortSaveSlots();