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 4f7e32a6..b906ec53 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -179,7 +179,7 @@ class LocalPlayer : public Being void stopWalking(bool sendToServer = true); void toggleSit(); - void emote(Uint8 emotion); + void emote(uint8_t emotion); /** * Shows item pickup notifications. |