diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 140d64b4..a3ed5f29 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -309,8 +309,7 @@ class LocalPlayer : public Player int getMoney() const { return mMoney; } - void setMoney(int value) - { mMoney = value; } + void setMoney(int value); int getTotalWeight() const { return mTotalWeight; } |