diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-07-20 19:41:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-07-20 19:41:30 +0300 |
commit | b594440ec6028a5f6915a6c8befd4b2570f88e4b (patch) | |
tree | a90eef06e44d0f89485444061d38759a5c0568d2 /src/being/localplayer.h | |
parent | 5bb61caa784254b1d9c2ccd791feba2bbb2f3023 (diff) | |
download | plus-b594440ec6028a5f6915a6c8befd4b2570f88e4b.tar.gz plus-b594440ec6028a5f6915a6c8befd4b2570f88e4b.tar.bz2 plus-b594440ec6028a5f6915a6c8befd4b2570f88e4b.tar.xz plus-b594440ec6028a5f6915a6c8befd4b2570f88e4b.zip |
In localplayer rename methods moveType into changeMoveType.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r-- | src/being/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.h b/src/being/localplayer.h index 453781e2b..82a258678 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -192,7 +192,7 @@ class LocalPlayer final : public Being, void setMoveType(const int n) { mMoveType = n; } - void moveType(const bool forward); + void changeMoveType(const bool forward); int getAttackWeaponType() const A_WARN_UNUSED { return mAttackWeaponType; } |