From c2efedab22275302f0a10cc197424d345a021d18 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jun 2012 20:13:48 +0300 Subject: Replace SDL int types to C++ types. --- src/net/tmwa/playerhandler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/playerhandler.h') diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h index 14aa191f6..702436d28 100644 --- a/src/net/tmwa/playerhandler.h +++ b/src/net/tmwa/playerhandler.h @@ -42,7 +42,7 @@ class PlayerHandler : public MessageHandler, public Ea::PlayerHandler void attack(int id, bool keep = false); void stopAttack(); - void emote(Uint8 emoteId); + void emote(uint8_t emoteId); void increaseAttribute(int attr); void increaseSkill(unsigned short skillId); @@ -53,7 +53,7 @@ class PlayerHandler : public MessageHandler, public Ea::PlayerHandler void changeAction(Being::Action action); void processOnlineList(Net::MessageIn &msg); void requestOnlineList(); - void updateStatus(Uint8 status); + void updateStatus(uint8_t status); void respawn(); }; -- cgit v1.2.3-60-g2f50