From 19960461216a245da32708099b7bd8cee74ad654 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 31 Jan 2007 02:28:04 +0000 Subject: Changed the coveredFlag to have an initial state distinct from true or false svn-id: r25299 --- engines/lure/res_struct.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/lure/res_struct.h') diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h index 3efb361407..a2d8296b46 100644 --- a/engines/lure/res_struct.h +++ b/engines/lure/res_struct.h @@ -385,6 +385,8 @@ enum CharacterMode {CHARMODE_NONE, CHARMODE_HESITATE, CHARMODE_IDLE, CHARMODE_PA enum BlockedState {BS_NONE, BS_INITIAL, BS_FINAL}; +enum VariantBool {VB_INITIAL, VB_FALSE, VB_TRUE}; + class HotspotData { public: HotspotData(HotspotResource *rec); @@ -426,7 +428,7 @@ public: // Runtime fields uint16 actionCtr; BlockedState blockedState; - bool coveredFlag; + VariantBool coveredFlag; uint16 talkMessageId; uint16 talkDestCharacterId; uint16 talkCountdown; @@ -696,7 +698,7 @@ enum FieldName { BOTTLE_FILLED = 18, TALK_INDEX = 19, SACK_CUT = 20, - ROOM_EXIT_ANIMATION = 82 + ROOM_EXIT_ANIMATION = 76 }; enum GameFlags { -- cgit v1.2.3