summaryrefslogtreecommitdiff
path: root/src/party.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/party.cpp')
-rw-r--r--src/party.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/party.cpp b/src/party.cpp
index 5e07175d7..9938d3483 100644
--- a/src/party.cpp
+++ b/src/party.cpp
@@ -59,7 +59,9 @@ namespace
PartyMember::PartyMember(Party *const party, const int id,
const std::string &name) :
- Avatar(name), mParty(party), mLeader(false)
+ Avatar(name),
+ mParty(party),
+ mLeader(false)
{
mId = id;
}