From f69fd28fe0dd4aceeb21f186101a2236f7d89740 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 24 Jan 2015 10:13:32 -0500 Subject: XEEN: Fixes for hit points calculations --- engines/xeen/party.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/xeen/party.h') 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; -- cgit v1.2.3