[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.467,2.468

Jonathan Gray khalek at users.sourceforge.net
Sun Nov 2 18:55:04 CET 2003


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

Modified Files:
	scummvm.cpp 
Log Message:
allow the towns version of loom to do something besides incorrectly error out. This check should really check for a pc version not checking the negation of the existence of other versions

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.467
retrieving revision 2.468
diff -u -d -r2.467 -r2.468
--- scummvm.cpp	3 Nov 2003 02:43:10 -0000	2.467
+++ scummvm.cpp	3 Nov 2003 02:54:11 -0000	2.468
@@ -1126,7 +1126,7 @@
 		case MD_PCJR:  VAR(VAR_SOUNDCARD) = 1; break;
 		default:       
 			if ((_gameId == GID_MONKEY_EGA || _gameId == GID_MONKEY_VGA || _gameId == GID_LOOM)
-			   &&  !(_features & GF_AMIGA || _features & GF_ATARI_ST || _features & GF_MACINTOSH)) {
+			   &&  !(_features & GF_AMIGA || _features & GF_ATARI_ST || _features & GF_MACINTOSH || _features & GF_FMTOWNS)) {
 				if (_gameId == GID_LOOM) {
 					char buf[50];
 					uint i = 82;





More information about the Scummvm-git-logs mailing list