summaryrefslogtreecommitdiff
path: root/src/being/localplayer.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-06-07 22:39:31 +0300
committerAndrei Karas <akaras@inbox.ru>2017-06-07 22:39:31 +0300
commitaf4fcff19a986990d58c50c62bc498690c8293b8 (patch)
tree6dc2299d10aba815496e652b0c68b321561c85d5 /src/being/localplayer.h
parent24149e9e343dd5e507d2b4e879df55c692fbf9d1 (diff)
downloadplus-af4fcff19a986990d58c50c62bc498690c8293b8.tar.gz
plus-af4fcff19a986990d58c50c62bc498690c8293b8.tar.bz2
plus-af4fcff19a986990d58c50c62bc498690c8293b8.tar.xz
plus-af4fcff19a986990d58c50c62bc498690c8293b8.zip
Fix some wrong parameter names in headers.
Diffstat (limited to 'src/being/localplayer.h')
-rw-r--r--src/being/localplayer.h2
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);