diff options
| -rw-r--r-- | queen/musicdata.cpp | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/queen/musicdata.cpp b/queen/musicdata.cpp index e63877e90d..e767474cf0 100644 --- a/queen/musicdata.cpp +++ b/queen/musicdata.cpp @@ -974,8 +974,11 @@ const tuneData Sound::_tune[] = {  	{ { 67, 177, 0 }, { 0, 0 }, 2, 0 },   	/* 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 */  	{ { 68, 1198, 0 }, { 0, 0 }, 2, 0 },  | 
