[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.198,2.199

Travis Howell kirben at users.sourceforge.net
Sat May 31 21:04:02 CEST 2003


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

Modified Files:
	scummvm.cpp 
Log Message:

Enable loom sound patch, works in both loomega and indy3ega
Use Amiga flag for Amiga versions for now


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.198
retrieving revision 2.199
diff -u -d -r2.198 -r2.199
--- scummvm.cpp	1 Jun 2003 01:02:35 -0000	2.198
+++ scummvm.cpp	1 Jun 2003 04:03:40 -0000	2.199
@@ -602,7 +602,7 @@
 		_imuseDigital = new IMuseDigital(this);
 		_imuse = NULL;
 		_playerV2 = NULL;
-	} else if (_features & GF_OLD_BUNDLE && !(_features & GF_AFTER_V3)) {
+	} else if (_features & GF_OLD_BUNDLE && !(_features & GF_AMIGA)) {
 		_playerV2 = NULL;
 		if (!(_features & GF_AMIGA))
 			_playerV2 = new Player_V2();





More information about the Scummvm-git-logs mailing list