From 814e88e5ca69bc54837be27429dbf42dd41f7ac6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 May 2014 19:12:15 +0300 Subject: Move being action into separate file. --- src/net/playerhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/playerhandler.h') 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; -- cgit v1.2.3-70-g09d2