[Scummvm-cvs-logs] CVS: scummvm scummvm.cpp,1.100,1.101

Nicolas Bacca arisme at users.sourceforge.net
Sun Mar 31 03:56:14 CEST 2002


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

Modified Files:
	scummvm.cpp 
Log Message:
Re-enable Monkey Island 2 difficulty level choice

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** scummvm.cpp	25 Mar 2002 18:17:40 -0000	1.100
--- scummvm.cpp	31 Mar 2002 11:55:24 -0000	1.101
***************
*** 1056,1061 ****
  		OF_OWNER_ROOM = 0x0F;
  	
! 	if (_gameId==GID_MONKEY2 && _bootParam == 0)
! 		_bootParam = 10001;
  	
  	readIndexFile();
--- 1056,1061 ----
  		OF_OWNER_ROOM = 0x0F;
  	
! //	if (_gameId==GID_MONKEY2 && _bootParam == 0)
! //		_bootParam = 10001;
  	
  	readIndexFile();





More information about the Scummvm-git-logs mailing list