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 fa21f491a..e123fa6a6 100644 --- a/src/being/localplayer.h +++ b/src/being/localplayer.h @@ -252,7 +252,7 @@ class LocalPlayer final : public Being, void navigateClean(); void imitateEmote(const Being *const being, - const unsigned char emote) const; + const unsigned char action) const; void imitateAction(const Being *const being, const BeingActionT &action); |