From 2b147c57161cdacf3cdc5bc572ce46160cbd6b5e Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Fri, 14 Aug 2009 13:15:40 +0000 Subject: changed handling of finale - music should use right tempo now svn-id: r43364 --- engines/kyra/sequences_lok.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/kyra/sequences_lok.cpp') diff --git a/engines/kyra/sequences_lok.cpp b/engines/kyra/sequences_lok.cpp index 2f902aa1c5..83b4dd9af4 100644 --- a/engines/kyra/sequences_lok.cpp +++ b/engines/kyra/sequences_lok.cpp @@ -997,9 +997,9 @@ int KyraEngine_LoK::seq_playEnd() { if (_flags.platform == Common::kPlatformAmiga) { _sound->loadSoundFile(kMusicFinale); - // The original used 0 here. Due to how our Sound code - // is implemented we need to use track 10 here though. - _sound->playTrack(10); + // The original started song 0 directly here. Since our player + // uses 0, 1 for stop and fade we start song 0 with 2 + _sound->playTrack(2); } _finalA = createWSAMovie(); -- cgit v1.2.3