[Scummvm-cvs-logs] CVS: scummvm scummvm.cpp,1.85,1.86

Mutwin Kraus mutle at users.sourceforge.net
Sun Mar 17 04:08:06 CET 2002


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

Modified Files:
	scummvm.cpp 
Log Message:
No launcher for Mac Carbon.

Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scummvm.cpp,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** scummvm.cpp	16 Mar 2002 18:58:51 -0000	1.85
--- scummvm.cpp	17 Mar 2002 12:07:33 -0000	1.86
***************
*** 225,229 ****
  	initVirtScreen(0, 0, 200, false, false);	
  
!  #ifndef __MORPHOS__
  	if (_exe_name==NULL)
  		//error("Specify the name of the game to start on the command line");
--- 225,229 ----
  	initVirtScreen(0, 0, 200, false, false);	
  
!  #if !defined(__MORPHOS__) && !defined(__APPLE__CW)
  	if (_exe_name==NULL)
  		//error("Specify the name of the game to start on the command line");





More information about the Scummvm-git-logs mailing list