diff options
Diffstat (limited to 'src/net/eathena/playerhandler.cpp')
-rw-r--r-- | src/net/eathena/playerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/playerhandler.cpp b/src/net/eathena/playerhandler.cpp index f2627c605..83cbec9ba 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -277,7 +277,7 @@ void PlayerHandler::setDestination(const int x, const int y, static_cast<unsigned char>(direction), "destination"); } -void PlayerHandler::changeAction(const BeingAction::Action &action) const +void PlayerHandler::changeAction(const BeingActionT &action) const { unsigned char type; switch (action) |