From a72ab2be22e859fed985d4d4c1d8940353803828 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 23 Dec 2015 23:19:19 +0200 Subject: MADS: Phantom: Properly initialize scene 410 Thanks to criezy for spotting this one --- engines/mads/phantom/phantom_scenes4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mads') diff --git a/engines/mads/phantom/phantom_scenes4.cpp b/engines/mads/phantom/phantom_scenes4.cpp index 618677beda..da6d62e727 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) { -- cgit v1.2.3