[Scummvm-cvs-logs] scummvm master -> a72ab2be22e859fed985d4d4c1d8940353803828

bluegr bluegr at gmail.com
Wed Dec 23 22:20:01 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:
a72ab2be22 MADS: Phantom: Properly initialize scene 410


Commit: a72ab2be22e859fed985d4d4c1d8940353803828
    https://github.com/scummvm/scummvm/commit/a72ab2be22e859fed985d4d4c1d8940353803828
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-12-23T23:19:19+02:00

Commit Message:
MADS: Phantom: Properly initialize scene 410

Thanks to criezy for spotting this one

Changed paths:
    engines/mads/phantom/phantom_scenes4.cpp



diff --git a/engines/mads/phantom/phantom_scenes4.cpp b/engines/mads/phantom/phantom_scenes4.cpp
index 618677b..da6d62e 100644
--- a/engines/mads/phantom/phantom_scenes4.cpp
+++ b/engines/mads/phantom/phantom_scenes4.cpp
@@ -3506,7 +3506,7 @@ void Scene409::preActions() {
 
 Scene410::Scene410(MADSEngine *vm) : Scene4xx(vm) {
 	for (int i = 0; i < 26; i++)
-		_skullSequence[i];
+		_skullSequence[i] = 0;
 }
 
 void Scene410::synchronize(Common::Serializer &s) {






More information about the Scummvm-git-logs mailing list