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:
Eugene Sandulenko 2010-08-24 09:47:04 +00:00
parent 95748c07cc
commit cb93679ea2

View File

@ -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
};