[Scummvm-cvs-logs] scummvm master -> 9d7bcd4aaa96875941dc7518684469a437c75022

somaen einarjohants at gmail.com
Thu Jan 24 17:19:25 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9d7bcd4aaa WINTERMUTE: Initialize debugger-variables in WinterMuteEngine.


Commit: 9d7bcd4aaa96875941dc7518684469a437c75022
    https://github.com/scummvm/scummvm/commit/9d7bcd4aaa96875941dc7518684469a437c75022
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-01-24T08:18:42-08:00

Commit Message:
WINTERMUTE: Initialize debugger-variables in WinterMuteEngine.

Changed paths:
    engines/wintermute/wintermute.cpp



diff --git a/engines/wintermute/wintermute.cpp b/engines/wintermute/wintermute.cpp
index a4f1827..4d3adc9 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() {






More information about the Scummvm-git-logs mailing list