aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 99a7581aeb..dc85c9601e 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -524,7 +524,7 @@ protected:
void saveLoadResource(Serializer *ser, int type, int index); // "Obsolete"
void saveResource(Serializer *ser, int type, int index);
void loadResource(Serializer *ser, int type, int index);
- void makeSavegameName(char *out, int slot, bool compatible);
+ void makeSavegameName(char *out, int slot, bool temporary);
int getKeyState(int key);
@@ -532,7 +532,7 @@ public:
bool getSavegameName(int slot, char *desc);
void listSavegames(bool *marks, int num);
- void requestSave(int slot, const char *name, bool compatible = false);
+ void requestSave(int slot, const char *name, bool temporary = false);
void requestLoad(int slot);
void lock(int type, int i);