[Scummvm-cvs-logs] CVS: scummvm script.cpp,1.17,1.18

Ludvig Strigeus strigeus at users.sourceforge.net
Sat Dec 29 04:47:02 CET 2001


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv11625

Modified Files:
	script.cpp 
Log Message:
copy protection in monkey 2 bypassed by default

Index: script.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/script.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** script.cpp	2001/12/27 17:51:58	1.17
--- script.cpp	2001/12/29 12:46:15	1.18
***************
*** 280,283 ****
--- 280,287 ----
  }
  
+ #ifndef BYPASS_COPY_PROT
+ #define BYPASS_COPY_PROT
+ #endif
+ 
  int Scumm::readVar(uint var) {
  	int a;





More information about the Scummvm-git-logs mailing list