From 63f168cd1c020fe4801a1d4f4ced8864918cc1b1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 27 Feb 2017 18:28:53 +0100 Subject: DIRECTOR: Fix frame script execution No idea why the initial frame was removed, but that caused everything to be shifted by 1, and thus, incorrect scripts were launched --- engines/director/score.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines') diff --git a/engines/director/score.cpp b/engines/director/score.cpp index bb4ac931c0..c26a09927f 100644 --- a/engines/director/score.cpp +++ b/engines/director/score.cpp @@ -272,9 +272,6 @@ void Score::loadFrames(Common::SeekableSubReadStreamEndian &stream) { _frames.push_back(frame); } - - // Remove initial frame - _frames.remove_at(0); } void Score::loadConfig(Common::SeekableSubReadStreamEndian &stream) { -- cgit v1.2.3