1
0

Merge pull request #646 from worktycho/warningfixes

Fixed most of the reordering warnings
This commit is contained in:
Alexander Harkness
2014-02-05 18:24:08 +00:00
10 changed files with 27 additions and 27 deletions

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());