[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.99,1.100 script_v6.cpp,1.253,1.254

Travis Howell kirben at users.sourceforge.net
Mon Jan 12 01:01:02 CET 2004


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

Modified Files:
	akos.cpp script_v6.cpp 
Log Message:

Add missing case.
Add another HE games specific.


Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- akos.cpp	8 Jan 2004 03:24:41 -0000	1.99
+++ akos.cpp	12 Jan 2004 09:00:31 -0000	1.100
@@ -1273,6 +1273,7 @@
 		case AKC_ComplexChan:
 			break;
 
+		case AKC_Cmd3:
 		case AKC_Ignore:
 		case AKC_Ignore2:
 		case AKC_Ignore3:

Index: script_v6.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v6.cpp,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -d -r1.253 -r1.254
--- script_v6.cpp	11 Jan 2004 21:48:31 -0000	1.253
+++ script_v6.cpp	12 Jan 2004 09:00:31 -0000	1.254
@@ -1856,6 +1856,8 @@
 		if (_curVerbSlot) {
 			setVerbObject(_roomResource, a, slot);
 			vs->type = kImageVerbType;
+			if (_features & GF_HUMONGOUS)
+				vs->imgindex = a;
 		}
 		break;
 	case 125:		// SO_VERB_NAME





More information about the Scummvm-git-logs mailing list