1
0

Fixed most of the reordering warnings

This commit is contained in:
Tycho
2014-02-05 09:43:49 -08:00
parent 1f26c9f5ab
commit 8ba6f73169
12 changed files with 33 additions and 33 deletions

View File

@@ -197,8 +197,8 @@ cTeam::cTeam(const AString & a_Name, const AString & a_DisplayName,
const AString & a_Prefix, const AString & a_Suffix)
: m_AllowsFriendlyFire(true)
, m_CanSeeFriendlyInvisible(false)
, m_Name(a_Name)
, m_DisplayName(a_DisplayName)
, m_Name(a_Name)
, m_Prefix(a_Prefix)
, m_Suffix(a_Suffix)
{}