1
0
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:
Marc Zinnschlag 2010-08-29 17:46:06 +02:00
parent 681761d875
commit d4bf916f18

View File

@ -109,6 +109,7 @@ OMW::Engine::Engine()
, mUseSound (true)
, mScriptManager (0)
, mScriptContext (0)
, mGuiManager (0)
{
MWClass::registerClasses();
}