summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
authorDavid Athay <ko2fan@gmail.com>2008-04-17 13:01:05 +0000
committerDavid Athay <ko2fan@gmail.com>2008-04-17 13:01:05 +0000
commit1f639454d986ea0d44b563eaa71019d9f1c01c24 (patch)
tree7a067b4522c154ddcab65e2ab6dbe3ea498b0f6e /src/localplayer.h
parent6afe553c237bf0a9ffde8fc7eae469431718268e (diff)
downloadmana-client-1f639454d986ea0d44b563eaa71019d9f1c01c24.tar.gz
mana-client-1f639454d986ea0d44b563eaa71019d9f1c01c24.tar.bz2
mana-client-1f639454d986ea0d44b563eaa71019d9f1c01c24.tar.xz
mana-client-1f639454d986ea0d44b563eaa71019d9f1c01c24.zip
Added basic party support (no interface to create or quit yet)
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 8ae8aa19..b5e7c3eb 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -154,7 +154,7 @@ class LocalPlayer : public Player
drawName(Graphics *, int, int) {};
/**
- * Check the player has permission to invite users
+ * Check the player has permission to invite users to specific guild
*/
bool checkInviteRights(const std::string &guildName);