aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-09 13:14:16 +0000
committerGregory Montoir2003-10-09 13:14:16 +0000
commitd03dfdb6f781efcb380f4db1646b85db85b20518 (patch)
tree70efa306fcde4376b2ccb70ee103146caf8e2782 /queen/defs.h
parent21480a2289f216e38b872ceb038d3e661d4a01ce (diff)
downloadscummvm-rg350-d03dfdb6f781efcb380f4db1646b85db85b20518.tar.gz
scummvm-rg350-d03dfdb6f781efcb380f4db1646b85db85b20518.tar.bz2
scummvm-rg350-d03dfdb6f781efcb380f4db1646b85db85b20518.zip
minor additions to walk class + get/set functions for Logic::_area
svn-id: r10699
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/queen/defs.h b/queen/defs.h
index e05b39bc5a..e6cfb175ff 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -65,6 +65,13 @@ enum {
};
+//! GameState vars
+enum {
+ VAR_DRESSING_MODE = 19, // 0=normal clothes, 1=underwear, 2=dress
+ VAR_INTRO_PLAYED = 117
+};
+
+
} // End of namespace Queen
#endif