mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
fixed uninitialized variable in engine
This commit is contained in:
parent
681761d875
commit
d4bf916f18
@ -109,6 +109,7 @@ OMW::Engine::Engine()
|
||||
, mUseSound (true)
|
||||
, mScriptManager (0)
|
||||
, mScriptContext (0)
|
||||
, mGuiManager (0)
|
||||
{
|
||||
MWClass::registerClasses();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user