From cb93679ea24c8304da7ebc8870ea2421a94f044e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 24 Aug 2010 09:47:04 +0000 Subject: TINSEL: Fixed final track mapping to Ench soundtrack. For some reason it referred to non-existent 3141. Changed it to correct 3142. svn-id: r52324 --- engines/tinsel/music.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/tinsel') diff --git a/engines/tinsel/music.cpp b/engines/tinsel/music.cpp index 91710d8053..e9f7e854db 100644 --- a/engines/tinsel/music.cpp +++ b/engines/tinsel/music.cpp @@ -160,7 +160,7 @@ static const int enhancedAudioSCNVersion[] = { 77, 78, 79, 80, 4, 4, 82, 83, 77, 4, // 111-120 84, 85, 86, 3124, 88, 89, 90, 88, 2, 2, // 121-130 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, // 131-140 - 3141, 91, 92, 93, 94, 94, 95, 96, 52, 4, // 141-150 + 3142, 91, 92, 93, 94, 94, 95, 96, 52, 4, // 141-150 97, 98, 99, 99 // 151-154 }; @@ -180,7 +180,7 @@ static const int enhancedAudioSCNVersionALT[] = { 77, 78, 79, 80, 4, 4, 82, 83, 77, 4, // 111-120 84, 85, 86, 3124, 88, 89, 90, 88, 2, 2, // 121-130 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, // 131-140 - 3141, 91, 92, 93, 94, 94, 95, 96, 52, 4, // 141-150 + 3142, 91, 92, 93, 94, 94, 95, 96, 52, 4, // 141-150 97, 98, 99 // 151-153 }; -- cgit v1.2.3