WINTERMUTE: Initialize debugger-variables in WinterMuteEngine.

This commit is contained in:
Einar Johan Trøan Sømåen 2013-01-24 17:18:42 +01:00
parent 426dda70e1
commit 9d7bcd4aaa

View File

@ -75,6 +75,8 @@ WintermuteEngine::WintermuteEngine(OSystem *syst, const ADGameDescription *desc)
DebugMan.addDebugChannel(kWintermuteDebugGeneral, "general", "various issues not covered by any of the above");
_game = NULL;
_debugger = NULL;
_trigDebug = false;
}
WintermuteEngine::~WintermuteEngine() {