[Scummvm-cvs-logs] CVS: scummvm/scumm sound.cpp,1.473,1.474

kirben kirben at users.sourceforge.net
Sat Sep 3 21:19:19 CEST 2005


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16248/scumm

Modified Files:
	sound.cpp 
Log Message:

The Venice music should not be played in FM TOWNS versions of indy3.
Confirmed by checking original game under UNZ.


Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.cpp,v
retrieving revision 1.473
retrieving revision 1.474
diff -u -d -r1.473 -r1.474
--- sound.cpp	14 Aug 2005 01:41:52 -0000	1.473
+++ sound.cpp	4 Sep 2005 04:18:36 -0000	1.474
@@ -499,7 +499,6 @@
 			}
 			break;
 		case 1:
-		case 255:	// 255 is the type used by sound resource 40 in Indy3 FM-TOWNS
 			// Music (Euphony format)
 			if (_vm->_musicEngine)
 				_vm->_musicEngine->startSound(soundID);
@@ -524,6 +523,7 @@
 			_currentCDSound = soundID;
 			break;
 		default:
+			// All other sound types are ignored
 			break;
 		}
 	}





More information about the Scummvm-git-logs mailing list