From f790281b94d37f7ea2c2e8fc7b121266d88f93bb Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 9 May 2009 21:08:37 +0200 Subject: Increased the distance between head and overhead text a bit Plus some small code cleanups. --- src/player.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/player.h') diff --git a/src/player.h b/src/player.h index f30a610b..5d037b75 100644 --- a/src/player.h +++ b/src/player.h @@ -105,12 +105,12 @@ class Player : public Being /** * Returns a pointer to the specified guild. */ - Guild *getGuild(const std::string &guildName); + Guild *getGuild(const std::string &guildName) const; /** * Returns a pointer to the guild with matching id. */ - Guild *getGuild(int id); + Guild *getGuild(int id) const; /** * Get number of guilds the player belongs to. -- cgit v1.2.3-60-g2f50