aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
authorGregory Montoir2003-12-05 20:16:32 +0000
committerGregory Montoir2003-12-05 20:16:32 +0000
commit472045d578bdd4488da0aec54516881f8616ec7b (patch)
tree8e1683157782fd353dd93a23914b75ee0e81abec /queen/defs.h
parente19909d3e394682b1610a9b0326b449a7f288099 (diff)
downloadscummvm-rg350-472045d578bdd4488da0aec54516881f8616ec7b.tar.gz
scummvm-rg350-472045d578bdd4488da0aec54516881f8616ec7b.tar.bz2
scummvm-rg350-472045d578bdd4488da0aec54516881f8616ec7b.zip
- fix Joe scaling issue when switching from room 51 to 47 (temple)
- add remaining fadein() call in cutaway, pinnacle room is ok now - add 2 macros to 'clarify' some room tests - some cleanup svn-id: r11502
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 8ac0ebfe86..8f6e4394de 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -256,6 +256,9 @@ enum {
FRANK_HEAD = 107
};
+#define IS_ALT_INTRO_ROOM(x) ((x) >= 90 && (x) <= 94)
+#define IS_CD_INTRO_ROOM(x) ((x) >= 115 && (x) <= 125)
+
//! GameState vars
enum {