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/playerrelations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/playerrelations.cpp') diff --git a/src/playerrelations.cpp b/src/playerrelations.cpp index d4a72ceab..602ceb7ad 100644 --- a/src/playerrelations.cpp +++ b/src/playerrelations.cpp @@ -516,7 +516,7 @@ public: class PIS_emote : public PlayerIgnoreStrategy { public: - PIS_emote(Uint8 emote_nr, const std::string &description, + PIS_emote(uint8_t emote_nr, const std::string &description, const std::string &shortname) : mEmotion(emote_nr) { @@ -531,7 +531,7 @@ public: being->setEmote(mEmotion, IGNORE_EMOTE_TIME); } - Uint8 mEmotion; + uint8_t mEmotion; }; std::vector * -- cgit v1.2.3-60-g2f50