aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-01 19:04:28 -0500
committerPaul Gilbert2015-02-01 19:04:28 -0500
commit78234db2c02c95e1b9e88b4096b9a9c96fd95adf (patch)
treee4b8e34e2edd7bed2c28c9c4f55e9b922e28f144 /engines/xeen/party.cpp
parent2b2ce19012c6b51e35704331d8b322f38c97f462 (diff)
downloadscummvm-rg350-78234db2c02c95e1b9e88b4096b9a9c96fd95adf.tar.gz
scummvm-rg350-78234db2c02c95e1b9e88b4096b9a9c96fd95adf.tar.bz2
scummvm-rg350-78234db2c02c95e1b9e88b4096b9a9c96fd95adf.zip
XEEN: Add Quick Reference dialog
Diffstat (limited to 'engines/xeen/party.cpp')
-rw-r--r--engines/xeen/party.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/party.cpp b/engines/xeen/party.cpp
index d046595579..ce5ccd0bc1 100644
--- a/engines/xeen/party.cpp
+++ b/engines/xeen/party.cpp
@@ -309,7 +309,7 @@ int Character::statColor(int amount, int threshold) {
return 32;
}
-int Character::statBonus(int statValue) const {
+int Character::statBonus(uint statValue) const {
int idx;
for (idx = 0; STAT_VALUES[idx] <= statValue; ++idx)
;