aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorGregory Montoir2003-11-17 09:19:36 +0000
committerGregory Montoir2003-11-17 09:19:36 +0000
commitf0f0b0143b2e2d5fc4ac24681534d153a33ab132 (patch)
tree003acb0b6c1d42bce9fa8d182c8443b15a07fdfc /queen/defs.h
parenta15a065cba1fcb421efa9983a076e6e2c6df6655 (diff)
downloadscummvm-rg350-f0f0b0143b2e2d5fc4ac24681534d153a33ab132.tar.gz
scummvm-rg350-f0f0b0143b2e2d5fc4ac24681534d153a33ab132.tar.bz2
scummvm-rg350-f0f0b0143b2e2d5fc4ac24681534d153a33ab132.zip
fix 'chasing car disappearing for a frame' issue
svn-id: r11320
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 6b35f12390..e47ae61aa4 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -240,10 +240,11 @@ enum {
//! GameState vars
enum {
- VAR_DRESSING_MODE = 19, // 0=normal clothes, 1=underwear, 2=dress
- VAR_ROOM73_CUTAWAY = 93,
- VAR_INTRO_PLAYED = 117,
- VAR_CAN_CHANGE_CLOTES = 202
+ VAR_DRESSING_MODE = 19, // 0=normal clothes, 1=underwear, 2=dress
+ VAR_ROOM73_CUTAWAY = 93,
+ VAR_INTRO_PLAYED = 117,
+ VAR_CAN_CHANGE_CLOTHES = 202,
+ VAR_AZURA_IN_LOVE = 167
};