[Scummvm-cvs-logs] scummvm master -> 5b3380c6e6f33d6364f1b7e4d1604d7cb53a5046

Strangerke Strangerke at scummvm.org
Thu Dec 24 07:53:48 CET 2015


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:
5b3380c6e6 LAB: Initialize some variables in constructor


Commit: 5b3380c6e6f33d6364f1b7e4d1604d7cb53a5046
    https://github.com/scummvm/scummvm/commit/5b3380c6e6f33d6364f1b7e4d1604d7cb53a5046
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-24T07:47:46+01:00

Commit Message:
LAB: Initialize some variables in constructor

Changed paths:
    engines/lab/lab.cpp



diff --git a/engines/lab/lab.cpp b/engines/lab/lab.cpp
index ded0e63..b36bb13 100644
--- a/engines/lab/lab.cpp
+++ b/engines/lab/lab.cpp
@@ -80,8 +80,11 @@ LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
 	_resource = nullptr;
 	_music = nullptr;
 	_anim = nullptr;
+	_closeDataPtr = nullptr;
+	_conditions = nullptr;
 	_graphics = nullptr;
 	_rooms = nullptr;
+	_roomsFound = nullptr;
 	_tilePuzzle = nullptr;
 	_utils = nullptr;
 	_console = nullptr;






More information about the Scummvm-git-logs mailing list