diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index ad59d138..0760f226 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -190,7 +190,7 @@ class LocalPlayer : public Player */ int getXp() const { return mXp; } - Uint32 mCharId; + Uint32 mCharId; /**< Used only during character selection. */ Uint32 mJobXp; Uint16 mLevel; |