diff options
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 82e38b5b..de588402 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -160,7 +160,7 @@ class LocalPlayer : public Being bool withinRange(Actor *target, int range) const; void toggleSit(); - void emote(uint8_t emotion); + void emote(int emoteId); /** * Shows item pickup notifications. |