aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'queen/logic.h')
-rw-r--r--queen/logic.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/queen/logic.h b/queen/logic.h
index 09cf76c02b..483a6c25fc 100644
--- a/queen/logic.h
+++ b/queen/logic.h
@@ -72,9 +72,6 @@ public:
_newRoom = room;
}
- static bool isAltIntroRoom(uint16 room) { return room >= 90 && room <= 94; }
- static bool isIntroRoom(uint16 room) { return room >= 115 && room <= 125; }
-
ObjectData *objectData(int index) const;
uint16 roomData(int room) const { return _roomData[room]; }
GraphicData *graphicData(int index) const { return &_graphicData[index]; }