diff options
-rw-r--r-- | queen/defs.h | 3 |
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 }; |