diff options
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. |