summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 5dce5ebe..0b9ba712 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -290,8 +290,6 @@ class LocalPlayer : public Player
int getHP() const
{ return mHP; }
- Uint32 mCharId;
-
int getMaxHP() const
{ return mMaxHP; }
@@ -360,7 +358,6 @@ class LocalPlayer : public Player
std::pair<int, int> getExperience(int skill);
- float mLastAttackTime; /**< Used to synchronize the charge dialog */
Inventory *mInventory;
const std::auto_ptr<Equipment> mEquipment;