summaryrefslogtreecommitdiffstats
path: root/src/Root.cpp
diff options
context:
space:
mode:
authorTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:38:37 +0100
committerTycho Bickerstaff <work.tycho@gmail.com>2013-12-21 16:38:37 +0100
commit9f41761e8ea1eff8980af4dceb7137471538298b (patch)
tree55c3e70d3a1c2582483f490921a5153c49a260cc /src/Root.cpp
parentPiston is now warnings clean (diff)
downloadcuberite-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.cpp2
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)
{}