[Scummvm-cvs-logs] CVS: scummvm/scumm resource_v2.cpp,1.26,1.27

Travis Howell kirben at users.sourceforge.net
Sun Aug 17 09:24:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv10920/scumm

Modified Files:
	resource_v2.cpp 
Log Message:

Don't attempt sound in maniacnes


Index: resource_v2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource_v2.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- resource_v2.cpp	14 Aug 2003 19:41:39 -0000	1.26
+++ resource_v2.cpp	17 Aug 2003 16:23:44 -0000	1.27
@@ -32,7 +32,7 @@
 
 	if (_gameId == GID_MANIAC) {
 		//FIXME the music driver was previously been set before detection of classic/enchanced version.
-		if (!(_features & GF_AMIGA))
+		if (!(_features & GF_AMIGA) && !(_features & GF_NES))
 			_playerV2 = new Player_V1(this);
 
 		_numGlobalObjects = 800;





More information about the Scummvm-git-logs mailing list