aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 35867b94fe..51524baa7b 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -67,8 +67,9 @@ enum {
//! GameState vars
enum {
- VAR_DRESSING_MODE = 19, // 0=normal clothes, 1=underwear, 2=dress
- VAR_INTRO_PLAYED = 117
+ VAR_DRESSING_MODE = 19, // 0=normal clothes, 1=underwear, 2=dress
+ VAR_ROOM73_CUTAWAY = 93,
+ VAR_INTRO_PLAYED = 117
};