summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 5e0a4419..fdd22303 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -176,7 +176,7 @@ class LocalPlayer : public Player
*/
int getXp() const { return mXp; }
- Uint32 mCharId;
+ Uint32 mCharId; /**< Used only during character selection. */
Uint32 mJobXp;
Uint16 mLevel;
@@ -198,8 +198,6 @@ class LocalPlayer : public Player
Uint16 mStatPoint, mSkillPoint;
Uint16 mStatsPointsToAttribute;
- float mLastAttackTime; /**< Used to synchronize the charge dialog */
-
protected:
virtual void
handleStatusEffect(StatusEffect *effect, int effectId);