aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/gui.h
diff options
context:
space:
mode:
authorathrxx2011-12-13 22:04:06 +0100
committerJohannes Schickel2011-12-26 16:18:17 +0100
commitc0e782fd0b2ba9de69563e8bcb4fb43e2f311b35 (patch)
tree3770bf7404fc31e427c4684a32fba1e1292adc07 /engines/kyra/gui.h
parent53e1bf21ecced447192f75067f0232c08d24d647 (diff)
downloadscummvm-rg350-c0e782fd0b2ba9de69563e8bcb4fb43e2f311b35.tar.gz
scummvm-rg350-c0e782fd0b2ba9de69563e8bcb4fb43e2f311b35.tar.bz2
scummvm-rg350-c0e782fd0b2ba9de69563e8bcb4fb43e2f311b35.zip
KYRA: (EOB) - Start implementing EOB1 party transfer (not working yet)
(ScummVM specific solution which allows the selection of save files of all configured EOB1 targets)
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();