aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-24 09:47:04 +0000
committerEugene Sandulenko2010-08-24 09:47:04 +0000
commitcb93679ea24c8304da7ebc8870ea2421a94f044e (patch)
tree2d19ef6d5a396c2743c5bd3907a45ac188bcba66 /engines/tinsel
parent95748c07cc2f6962ba3910e633f948bde6263549 (diff)
downloadscummvm-rg350-cb93679ea24c8304da7ebc8870ea2421a94f044e.tar.gz
scummvm-rg350-cb93679ea24c8304da7ebc8870ea2421a94f044e.tar.bz2
scummvm-rg350-cb93679ea24c8304da7ebc8870ea2421a94f044e.zip
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
Diffstat (limited to 'engines/tinsel')
-rw-r--r--engines/tinsel/music.cpp4
1 files changed, 2 insertions, 2 deletions
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
};