mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-15 23:42:20 +00:00
Fixed innocent compiler warning in engine.cpp
This commit is contained in:
parent
2ec96ed7de
commit
97ad6592ea
@ -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…
x
Reference in New Issue
Block a user