summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being.h b/src/being.h
index 1d1e01c5e..b71e17738 100644
--- a/src/being.h
+++ b/src/being.h
@@ -377,8 +377,8 @@ class Being : public ActorSprite, public ConfigListener
/**
* Get number of guilds the being belongs to.
*/
- short getNumberOfGuilds() const A_WARN_UNUSED
- { return static_cast<short>(mGuilds.size()); }
+ int16_t getNumberOfGuilds() const A_WARN_UNUSED
+ { return static_cast<int16_t>(mGuilds.size()); }
bool isInParty() const A_WARN_UNUSED
{ return mParty; }