diff options
Diffstat (limited to 'src/game-server/attribute.h')
-rw-r--r-- | src/game-server/attribute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/attribute.h b/src/game-server/attribute.h index 736e54a6..2ac1378c 100644 --- a/src/game-server/attribute.h +++ b/src/game-server/attribute.h @@ -195,7 +195,7 @@ class Attribute * Checks the min and max permitted values for the given base value * and return the adjusted value. */ - double checkBounds(double baseValue); + double checkBounds(double baseValue) const; double mBase; // The attribute base value double mMinValue; // The min authorized base and derived attribute value |