1
0

Fixed compile and some warnings in MSVS

This commit is contained in:
Tiger Wang
2014-02-09 00:57:22 +00:00
parent 9d1c9097e3
commit c68bdaf34b
7 changed files with 6 additions and 17 deletions

View File

@@ -251,10 +251,8 @@ cWorld::cWorld(const AString & a_WorldName) :
m_Scoreboard(this),
m_GeneratorCallbacks(*this),
m_TickThread(*this),
m_Scoreboard(this),
m_bCommandBlocksEnabled(false),
m_bUseChatPrefixes(true)
m_TickThread(*this)
{
LOGD("cWorld::cWorld(\"%s\")", a_WorldName.c_str());