summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-12 19:12:15 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-12 19:12:15 +0300
commit814e88e5ca69bc54837be27429dbf42dd41f7ac6 (patch)
tree301671c06b758239f9b05b3a0e4f2774e5ab3a9e /src/net/playerhandler.h
parent261b8ab980d442d0cf1b06df244388d65f431301 (diff)
downloadManaVerse-814e88e5ca69bc54837be27429dbf42dd41f7ac6.tar.gz
ManaVerse-814e88e5ca69bc54837be27429dbf42dd41f7ac6.tar.bz2
ManaVerse-814e88e5ca69bc54837be27429dbf42dd41f7ac6.tar.xz
ManaVerse-814e88e5ca69bc54837be27429dbf42dd41f7ac6.zip
Move being action into separate file.
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index fcb853198..de1314ddb 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -56,7 +56,7 @@ class PlayerHandler
virtual void setDestination(const int x, const int y,
const int direction) const = 0;
- virtual void changeAction(const Being::Action &action) const = 0;
+ virtual void changeAction(const BeingAction::Action &action) const = 0;
virtual void respawn() const = 0;