aboutsummaryrefslogtreecommitdiff
path: root/queen
diff options
context:
space:
mode:
authorDavid Eriksson2003-11-13 08:18:05 +0000
committerDavid Eriksson2003-11-13 08:18:05 +0000
commit91f422776bde2dc400561750f1774704ccce6bac (patch)
tree4d6ada32a7216c9213573e21cd244fde13108234 /queen
parent6e8d22db352434682bc337708dfbe70b0e5bf051 (diff)
downloadscummvm-rg350-91f422776bde2dc400561750f1774704ccce6bac.tar.gz
scummvm-rg350-91f422776bde2dc400561750f1774704ccce6bac.tar.bz2
scummvm-rg350-91f422776bde2dc400561750f1774704ccce6bac.zip
Added another variable.
svn-id: r11275
Diffstat (limited to 'queen')
-rw-r--r--queen/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 112e54cfd0..ad41c4f541 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -242,7 +242,8 @@ enum {
enum {
VAR_DRESSING_MODE = 19, // 0=normal clothes, 1=underwear, 2=dress
VAR_ROOM73_CUTAWAY = 93,
- VAR_INTRO_PLAYED = 117
+ VAR_INTRO_PLAYED = 117,
+ VAR_CAN_CHANGE_CLOTES = 202
};