aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-23 23:19:19 +0200
committerFilippos Karapetis2015-12-23 23:19:19 +0200
commita72ab2be22e859fed985d4d4c1d8940353803828 (patch)
tree2c8dba56e1ac99799a36f88a97676faa7b28dbb8 /engines/mads
parent35f53bb522ded62d0de3198da9eace5299869b73 (diff)
downloadscummvm-rg350-a72ab2be22e859fed985d4d4c1d8940353803828.tar.gz
scummvm-rg350-a72ab2be22e859fed985d4d4c1d8940353803828.tar.bz2
scummvm-rg350-a72ab2be22e859fed985d4d4c1d8940353803828.zip
MADS: Phantom: Properly initialize scene 410
Thanks to criezy for spotting this one
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/phantom/phantom_scenes4.cpp2
1 files changed, 1 insertions, 1 deletions
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) {