aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-24 10:13:32 -0500
committerPaul Gilbert2015-01-24 10:13:32 -0500
commitf69fd28fe0dd4aceeb21f186101a2236f7d89740 (patch)
tree5c977d707ac84fd64e05c3c347d21ec53b10a0dc /engines/xeen/party.h
parentde1341ddb54befd64776370f988774970e5a9494 (diff)
downloadscummvm-rg350-f69fd28fe0dd4aceeb21f186101a2236f7d89740.tar.gz
scummvm-rg350-f69fd28fe0dd4aceeb21f186101a2236f7d89740.tar.bz2
scummvm-rg350-f69fd28fe0dd4aceeb21f186101a2236f7d89740.zip
XEEN: Fixes for hit points calculations
Diffstat (limited to 'engines/xeen/party.h')
-rw-r--r--engines/xeen/party.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/party.h b/engines/xeen/party.h
index f56190982d..dc87e88bd8 100644
--- a/engines/xeen/party.h
+++ b/engines/xeen/party.h
@@ -146,7 +146,7 @@ public:
int getMaxSP() const;
- int getStat(Attribute attrib, bool applyMod) const;
+ int getStat(Attribute attrib, bool baseOnly = false) const;
int statBonus(int statValue) const;