mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 02:39:56 +00:00
Fix missing song at airport. Thanks for investigating, Kirben!
svn-id: r12598
This commit is contained in:
parent
fde0a08cc9
commit
b106eb1e43
@ -974,8 +974,11 @@ const tuneData Sound::_tune[] = {
|
|||||||
{ { 67, 177, 0 }, { 0, 0 }, 2, 0 },
|
{ { 67, 177, 0 }, { 0, 0 }, 2, 0 },
|
||||||
|
|
||||||
/* 40 - Airport */
|
/* 40 - Airport */
|
||||||
{ { 81, 0 }, { 0, 0 }, 1, 0 },
|
//{ { 81, 0 }, { 0, 0 }, 1, 0 }, //This is the value from the original sources
|
||||||
|
//However it points to invalid music (atleast for
|
||||||
|
//Roland music data)...how odd.
|
||||||
|
{ { 83, 0 }, { 0, 0 }, 1, 0 },
|
||||||
|
|
||||||
/* 41 - Plane Leaves */
|
/* 41 - Plane Leaves */
|
||||||
{ { 68, 1198, 0 }, { 0, 0 }, 2, 0 },
|
{ { 68, 1198, 0 }, { 0, 0 }, 2, 0 },
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user