[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.23,1.24

Travis Howell kirben at users.sourceforge.net
Sat Apr 10 21:34:06 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:

Allow copy protection in FOA (Disk) to be enabled.


Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- scumm.cpp	9 Apr 2004 21:42:37 -0000	1.23
+++ scumm.cpp	11 Apr 2004 04:20:09 -0000	1.24
@@ -929,7 +929,7 @@
 	// if (_gameId==GID_MONKEY2 && _bootParam == 0)
 	//	_bootParam = 10001;
 
-	if (_gameId == GID_INDY4 && _bootParam == 0) {
+	if (!_copyProtection && _gameId == GID_INDY4 && _bootParam == 0) {
 		_bootParam = -7873;
 	}
 





More information about the Scummvm-git-logs mailing list