aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scumm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 06fa8dcc0e..92c0ea54ad 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -286,6 +286,11 @@ struct InfoStuff {
uint32 playtime;
};
+/**
+ * A list of resource types.
+ * WARNING: Do not change the order of these, as the savegame format relies
+ * on it; any change made here will break savegame compatibility!
+ */
enum ResTypes {
rtFirst = 1,
rtRoom = 1,