From 689776d922ca719e5a6749c0e3ec0b6d1884852d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 27 Jan 2015 22:04:23 -0500 Subject: XEEN: Implemented doTownOptions --- engines/xeen/party.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'engines/xeen/party.h') diff --git a/engines/xeen/party.h b/engines/xeen/party.h index 883b378e55..10f4027dfe 100644 --- a/engines/xeen/party.h +++ b/engines/xeen/party.h @@ -127,7 +127,7 @@ public: AttributePair _magicResistence; int _conditions[16]; int _townUnknown; - int _unknown2; + int _savedMazeId; int _currentHp; int _currentSp; int _ybDay; @@ -202,10 +202,10 @@ public: bool _wizardEyeActive; bool _clairvoyanceActive; bool _walkOnWaterActive; - bool _blessedActive; - bool _powerShieldActive; - bool _holyBonusActive; - bool _heroismActive; + int _blessed; + int _powerShield; + int _holyBonus; + int _heroism; Difficulty _difficulty; XeenItem _blacksmithWeapons[ITEMS_COUNT]; XeenItem _blacksmithArmor[ITEMS_COUNT]; -- cgit v1.2.3