diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index dce83ccd..c97bfc4b 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -302,14 +302,12 @@ class LocalPlayer : public Player int getTotalWeight() const { return mTotalWeight; } - void setTotalWeight(int value) - { mTotalWeight = value; } + void setTotalWeight(int value); int getMaxWeight() const { return mMaxWeight; } - void setMaxWeight(int value) - { mMaxWeight = value; } + void setMaxWeight(int value); int getAttributeBase(int num) { return mAttributeBase[num]; } |