diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-22 02:26:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-22 02:26:10 +0300 |
commit | b3383a1069825df58adc71994a70a0e53e52f82a (patch) | |
tree | 6743fe9fcbdce57fb76a6c8b91fb3617c4dc5fad /src/being/localplayer.h | |
parent | 238642d6a99d3f764529a339d0802d3e3909f391 (diff) | |
download | mv-b3383a1069825df58adc71994a70a0e53e52f82a.tar.gz mv-b3383a1069825df58adc71994a70a0e53e52f82a.tar.bz2 mv-b3383a1069825df58adc71994a70a0e53e52f82a.tar.xz mv-b3383a1069825df58adc71994a70a0e53e52f82a.zip |
Remove default patameter from LocalPlayer::setAction.
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 fced5be26..7840bc665 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -72,7 +72,7 @@ class LocalPlayer final : public Being, void slowLogic(); void setAction(const BeingActionT &action, - const int attackType = 0) override final; + const int attackId) override final; /** * Compute the next pathnode location when walking using keyboard. |