[Scummvm-cvs-logs] scummvm master -> fce660e554d28f3ab52efb037edd25db1b0e62fa
Strangerke
Strangerke at scummvm.org
Wed May 28 00:58:06 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:
fce660e554 MADS: Initialize a couple of variables in Scene202
Commit: fce660e554d28f3ab52efb037edd25db1b0e62fa
https://github.com/scummvm/scummvm/commit/fce660e554d28f3ab52efb037edd25db1b0e62fa
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-05-28T00:56:43+02:00
Commit Message:
MADS: Initialize a couple of variables in Scene202
Changed paths:
engines/mads/nebular/nebular_scenes2.cpp
diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp
index 4cda5aa..615deb8 100644
--- a/engines/mads/nebular/nebular_scenes2.cpp
+++ b/engines/mads/nebular/nebular_scenes2.cpp
@@ -348,6 +348,8 @@ Scene202::Scene202(MADSEngine *vm) : Scene2xx(vm) {
_lastRoute = 0;
_stationCounter = 0;
_meteoFrame = 0;
+ _startTime = 0;
+ _meteorologistSpecial = false;
}
void Scene202::synchronize(Common::Serializer &s) {
More information about the Scummvm-git-logs
mailing list