aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/engine/file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/file.h b/engines/sci/engine/file.h
index 7102b293aa..88d483bab7 100644
--- a/engines/sci/engine/file.h
+++ b/engines/sci/engine/file.h
@@ -41,8 +41,8 @@ enum {
#ifdef ENABLE_SCI32
enum {
- kAutoSaveId = 0,
- kNewGameId = 100
+ kAutoSaveId = 0, ///< The save game slot number for autosaves
+ kNewGameId = 999 ///< The save game slot number for a "new game" save
};
#endif