diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index d3a166d85..a5d5563cf 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -459,6 +459,10 @@ class LocalPlayer : public Being, public ActorSpriteListener, virtual unsigned char getWalkMask() const; + void saveHomes(); + + void removeHome(); + protected: /** Whether or not the name settings have changed */ bool mUpdateName; @@ -485,8 +489,6 @@ class LocalPlayer : public Being, public ActorSpriteListener, void loadHomes(); - void saveHomes(); - bool mInStorage; /**< Whether storage is currently accessible */ int mAttackRange; @@ -494,7 +496,6 @@ class LocalPlayer : public Being, public ActorSpriteListener, int mTargetTime; /** How long the being has been targeted **/ int mLastTarget; /** Time stamp of last targeting action, -1 if none. */ - int mGMLevel; //move type |