Skip to content

Commit

Permalink
MADS: Phantom: Properly initialize scene 410
Browse files Browse the repository at this point in the history
Thanks to criezy for spotting this one
  • Loading branch information
bluegr committed Dec 23, 2015
1 parent 35f53bb commit a72ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mads/phantom/phantom_scenes4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a72ab2b

Please sign in to comment.