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