aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorEinar Johan Trøan Sømåen2013-01-24 17:18:42 +0100
committerEinar Johan Trøan Sømåen2013-01-24 17:18:42 +0100
commit9d7bcd4aaa96875941dc7518684469a437c75022 (patch)
tree406e22ae3ebb20068223534fe7fd2a643677f219 /engines/wintermute
parent426dda70e1d83d32d5c70ff761f1301bbc4c51ed (diff)
downloadscummvm-rg350-9d7bcd4aaa96875941dc7518684469a437c75022.tar.gz
scummvm-rg350-9d7bcd4aaa96875941dc7518684469a437c75022.tar.bz2
scummvm-rg350-9d7bcd4aaa96875941dc7518684469a437c75022.zip
WINTERMUTE: Initialize debugger-variables in WinterMuteEngine.
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/wintermute.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/wintermute/wintermute.cpp b/engines/wintermute/wintermute.cpp
index a4f1827442..4d3adc95b2 100644
--- a/engines/wintermute/wintermute.cpp
+++ b/engines/wintermute/wintermute.cpp
@@ -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() {