[Scummvm-cvs-logs] scummvm master -> 010e676184efceac039a7e26927996dcae441c74

Strangerke Strangerke at scummvm.org
Mon Jun 13 07:24:38 CEST 2016


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:
010e676184 TOON: Fix uninitialized variable


Commit: 010e676184efceac039a7e26927996dcae441c74
    https://github.com/scummvm/scummvm/commit/010e676184efceac039a7e26927996dcae441c74
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-06-13T07:13:46+02:00

Commit Message:
TOON: Fix uninitialized variable

Changed paths:
    engines/toon/toon.cpp



diff --git a/engines/toon/toon.cpp b/engines/toon/toon.cpp
index 137562a..8373394 100644
--- a/engines/toon/toon.cpp
+++ b/engines/toon/toon.cpp
@@ -1298,6 +1298,7 @@ ToonEngine::ToonEngine(OSystem *syst, const ADGameDescription *gameDescription)
 		_scriptState[i].running = false;
 	}
 	_currentScriptRegion = 0;
+	_currentFont = nullptr;
 }
 
 ToonEngine::~ToonEngine() {






More information about the Scummvm-git-logs mailing list