[Scummvm-cvs-logs] CVS: scummvm/scumm script_v100he.cpp,2.8,2.9

Travis Howell kirben at users.sourceforge.net
Sat Oct 9 20:43:04 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6565/scumm

Modified Files:
	script_v100he.cpp 
Log Message:

Add missing cases.


Index: script_v100he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v100he.cpp,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -d -r2.8 -r2.9
--- script_v100he.cpp	10 Oct 2004 03:22:54 -0000	2.8
+++ script_v100he.cpp	10 Oct 2004 03:33:48 -0000	2.9
@@ -1363,6 +1363,12 @@
 	case 67:
 		clearDrawObjectQueue();
 		break;
+	case 72:
+		shutDown();
+		break;
+	case 73:		// SO_RESTART
+		restart();
+		break;
 	case 75:
 		// Clear screen
 		// Update palette





More information about the Scummvm-git-logs mailing list