mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04: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…
x
Reference in New Issue
Block a user