forked from teamnwah/openmw-tes3coop
Fixed innocent compiler warning in engine.cpp
This commit is contained in:
parent
2ec96ed7de
commit
97ad6592ea
1 changed files with 6 additions and 2 deletions
|
@ -65,8 +65,12 @@ void OMW::Engine::processCommands()
|
|||
}
|
||||
|
||||
OMW::Engine::Engine()
|
||||
: mDebug (false), mVerboseScripts (false), mNewGame (false), mScriptManager (0),
|
||||
mScriptContext (0), mEnableCommandServer (false)
|
||||
: mDebug (false)
|
||||
, mVerboseScripts (false)
|
||||
, mNewGame (false)
|
||||
, mEnableCommandServer (false)
|
||||
, mScriptManager (0)
|
||||
, mScriptContext (0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue