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
+2 -2
View File
@@ -247,9 +247,9 @@ cWorld::cWorld(const AString & a_WorldName) :
m_SkyDarkness(0),
m_Weather(eWeather_Sunny),
m_WeatherInterval(24000), // Guaranteed 1 day of sunshine at server start :)
m_Scoreboard(this),
m_GeneratorCallbacks(*this),
m_TickThread(*this),
m_Scoreboard(this)
m_TickThread(*this)
{
LOGD("cWorld::cWorld(\"%s\")", a_WorldName.c_str());