[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.15,1.16

Travis Howell kirben at users.sourceforge.net
Tue Nov 12 22:03:02 CET 2002


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

Modified Files:
	items.cpp 
Log Message:

Change quit dialog not implemented error to warning


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- items.cpp	8 Nov 2002 05:15:42 -0000	1.15
+++ items.cpp	13 Nov 2002 06:02:50 -0000	1.16
@@ -775,7 +775,7 @@
 			break;
 
 		case 135:{
-				error("Quit if user presses Y unimplemented");
+				warning("Quit if user presses Y unimplemented");
 			}
 			break;
 





More information about the Scummvm-git-logs mailing list