summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 16e7c124..bd59462e 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -220,7 +220,7 @@ class LocalPlayer : public Player
Uint16 mAttackRange;
- Uint32 mTotalWeight, mMaxWeight;
+ int mTotalWeight, mMaxWeight;
Uint8 mAttr[6];
Uint8 mAttrUp[6];