aboutsummaryrefslogtreecommitdiff
path: root/queen/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/defs.h')
-rw-r--r--queen/defs.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/queen/defs.h b/queen/defs.h
index 58ce4abb12..e64cd99e89 100644
--- a/queen/defs.h
+++ b/queen/defs.h
@@ -70,10 +70,9 @@ enum {
enum {
ITEM_NONE = 0,
- ITEM_BAT = 1,
+ ITEM_BAT,
ITEM_JOURNAL,
- ITEM_JOURNAL_DEMO = 7,
- ITEM_KNIFE = 3,
+ ITEM_KNIFE,
ITEM_COCONUT_HALVES,
ITEM_BEEF_JERKY,
ITEM_PROPELLER,
@@ -248,9 +247,6 @@ 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 {