diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-02-08 15:39:02 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-02-08 15:39:02 -0700 |
commit | a4007a7f8f253e90bb189cfb22b3e0c798440bdc (patch) | |
tree | 0b04750b4e108496f58490edd0e91c3d313c34a3 /src/guild.h | |
parent | 40e1928f3f20efe1be383c4c9a55dffc5506d56f (diff) | |
download | mana-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.tar.gz mana-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.tar.bz2 mana-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.tar.xz mana-a4007a7f8f253e90bb189cfb22b3e0c798440bdc.zip |
Fix some bugs in party handling and add HP to AvatarListBox
Diffstat (limited to 'src/guild.h')
-rw-r--r-- | src/guild.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/guild.h b/src/guild.h index 11ba6e14..f1e6694d 100644 --- a/src/guild.h +++ b/src/guild.h @@ -118,6 +118,8 @@ public: */ void removeMember(const std::string &name); + void removeFromMembers(); + void clearMembers() { mMembers.clear(); } /** |