mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
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
This commit is contained in:
parent
95748c07cc
commit
cb93679ea2
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user