diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-26 20:08:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-26 20:08:06 +0300 |
commit | d60eec2c2cd453ecbaee7883a272479792875465 (patch) | |
tree | e69ce19116c4d7eb043c33bc577866959bc87b43 /src/net/eathena/playerhandler.cpp | |
parent | 5560a44ff5beea4fc2b88a589a3f915b9d0555d2 (diff) | |
download | plus-d60eec2c2cd453ecbaee7883a272479792875465.tar.gz plus-d60eec2c2cd453ecbaee7883a272479792875465.tar.bz2 plus-d60eec2c2cd453ecbaee7883a272479792875465.tar.xz plus-d60eec2c2cd453ecbaee7883a272479792875465.zip |
fix code style more.
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 4897e6b70..00234bd7c 100644 --- a/src/net/eathena/playerhandler.cpp +++ b/src/net/eathena/playerhandler.cpp @@ -184,7 +184,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 { unsigned char type; switch (action) |