summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-05 18:33:57 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-05 18:33:57 +0300
commit1c34872aea8d196708aec8277017b467d01d09b0 (patch)
treedd14d98c40666797d1c5c14f39a5f117d17d791c /src/net/ea/playerhandler.h
parent3fae3f59aad1f1f2eee1e1bfa088672787bc9c78 (diff)
downloadplus-1c34872aea8d196708aec8277017b467d01d09b0.tar.gz
plus-1c34872aea8d196708aec8277017b467d01d09b0.tar.bz2
plus-1c34872aea8d196708aec8277017b467d01d09b0.tar.xz
plus-1c34872aea8d196708aec8277017b467d01d09b0.zip
Replace in Being speed field from vector to int.
Diffstat (limited to 'src/net/ea/playerhandler.h')
-rw-r--r--src/net/ea/playerhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/playerhandler.h b/src/net/ea/playerhandler.h
index 18e62a2da..e5105dc16 100644
--- a/src/net/ea/playerhandler.h
+++ b/src/net/ea/playerhandler.h
@@ -52,7 +52,7 @@ class PlayerHandler notfinal : public Net::PlayerHandler
bool canUseMagic() const override final;
- Vector getDefaultWalkSpeed() const override final A_WARN_UNUSED;
+ int getDefaultWalkSpeed() const override final A_WARN_UNUSED;
void setStat(Net::MessageIn &msg,
const int type,