[Scummvm-cvs-logs] scummvm master -> 1fe9038918d70da23e55231784afc6f99578e764
Strangerke
Strangerke at scummvm.org
Mon Sep 29 00:36:54 CEST 2014
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:
1fe9038918 CGE2: Initialize a variable
Commit: 1fe9038918d70da23e55231784afc6f99578e764
https://github.com/scummvm/scummvm/commit/1fe9038918d70da23e55231784afc6f99578e764
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-09-29T00:35:09+02:00
Commit Message:
CGE2: Initialize a variable
Changed paths:
engines/cge2/cge2.cpp
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp
index 852b7af..37d87ba 100644
--- a/engines/cge2/cge2.cpp
+++ b/engines/cge2/cge2.cpp
@@ -76,6 +76,7 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription)
_vol[i] = nullptr;
_eventManager = nullptr;
_map = nullptr;
+ _console = nullptr;
_quitFlag = false;
_bitmapPalette = nullptr;
_gamePhase = kPhaseIntro;
More information about the Scummvm-git-logs
mailing list