summaryrefslogtreecommitdiff
path: root/src/party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/party.cpp')
-rw-r--r--src/party.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/party.cpp b/src/party.cpp
index a013e945b..48cdfed56 100644
--- a/src/party.cpp
+++ b/src/party.cpp
@@ -60,6 +60,8 @@ PartyMember::PartyMember(Party *const party, const int id,
Party::PartyMap Party::parties;
Party::Party(const short id) :
+ mMembers(),
+ mName(),
mId(id),
mCanInviteUsers(false)
{