aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-27 22:04:23 -0500
committerPaul Gilbert2015-01-27 22:04:23 -0500
commit689776d922ca719e5a6749c0e3ec0b6d1884852d (patch)
tree27b39f64a456c36a09c481501936c0051a22c826 /engines/xeen/party.h
parent5030d0046f9f36965c5479d0fd0006461d32e5f4 (diff)
downloadscummvm-rg350-689776d922ca719e5a6749c0e3ec0b6d1884852d.tar.gz
scummvm-rg350-689776d922ca719e5a6749c0e3ec0b6d1884852d.tar.bz2
scummvm-rg350-689776d922ca719e5a6749c0e3ec0b6d1884852d.zip
XEEN: Implemented doTownOptions
Diffstat (limited to 'engines/xeen/party.h')
-rw-r--r--engines/xeen/party.h10
1 files changed, 5 insertions, 5 deletions
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];