summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index a7ce3dd7f..03b3a2538 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -69,7 +69,7 @@ enum
* The local player character.
*/
class LocalPlayer : public Being, public ActorSpriteListener,
- public Mana::Listener
+ public Listener
{
public:
/**
@@ -256,6 +256,8 @@ class LocalPlayer : public Being, public ActorSpriteListener,
int getQuickDropCounter() const
{ return mQuickDropCounter; }
+ void setQuickDropCounter(int n);
+
void changeQuickDropCounter();
int getMoveState() const
@@ -387,7 +389,7 @@ class LocalPlayer : public Being, public ActorSpriteListener,
*/
void optionChanged(const std::string &value);
- void processEvent(Mana::Channels channel, const Mana::Event &event);
+ void processEvent(Channels channel, const Event &event);
/**
* set a following player.