[Scummvm-cvs-logs] CVS: scummvm/scumm script_v6.cpp,1.92,1.93

Jonathan Gray khalek at users.sourceforge.net
Sun Apr 20 04:18:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv10939

Modified Files:
	script_v6.cpp 
Log Message:
case 131 of verbOps pops in the humongous games

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- script_v6.cpp	9 Apr 2003 21:59:23 -0000	1.92
+++ script_v6.cpp	20 Apr 2003 11:17:22 -0000	1.93
@@ -1785,6 +1785,10 @@
 		vs->curmode = 0;
 		break;
 	case 131:
+		if (_features & GF_HUMONGOUS) {
+			// delete verb supposedly...
+			pop();
+		}
 		killVerb(slot);
 		break;
 	case 132:





More information about the Scummvm-git-logs mailing list