[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.13,1.14

Travis Howell kirben at users.sourceforge.net
Thu Nov 7 19:46:04 CET 2002


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

Modified Files:
	items.cpp 
Log Message:

Remove error and replace with proper exit function.


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- items.cpp	7 Nov 2002 17:41:02 -0000	1.13
+++ items.cpp	8 Nov 2002 03:45:38 -0000	1.14
@@ -405,7 +405,7 @@
 			break;
 
 		case 68:{									/* exit interpreter */
-				error("Exit interpreter opcode");
+				system->quit();
 			}
 			break;
 





More information about the Scummvm-git-logs mailing list