diff options
author | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:38:37 +0100 |
---|---|---|
committer | Tycho Bickerstaff <work.tycho@gmail.com> | 2013-12-21 16:38:37 +0100 |
commit | 9f41761e8ea1eff8980af4dceb7137471538298b (patch) | |
tree | 55c3e70d3a1c2582483f490921a5153c49a260cc /src/Root.cpp | |
parent | Piston is now warnings clean (diff) | |
download | cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.gz cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.bz2 cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.lz cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.xz cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.tar.zst cuberite-9f41761e8ea1eff8980af4dceb7137471538298b.zip |
Diffstat (limited to 'src/Root.cpp')
-rw-r--r-- | src/Root.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.cpp b/src/Root.cpp index fffd8fb47..6b1785abb 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -580,10 +580,10 @@ bool cRoot::FindAndDoWithPlayer(const AString & a_PlayerName, cPlayerListCallbac public: cCallback (const AString & a_PlayerName, cPlayerListCallback & a_Callback) : - m_Callback(a_Callback), m_BestRating(0), m_NameLength(a_PlayerName.length()), m_PlayerName(a_PlayerName), + m_Callback(a_Callback), m_BestMatch(NULL), m_NumMatches(0) {} |