aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2004-01-12 09:00:31 +0000
committerTravis Howell2004-01-12 09:00:31 +0000
commit48eb63d29a33b1b28a32c01b54618e3a18c7189c (patch)
tree0333489875886ab88a4f2b6b4f0b947fcd851fc3 /scumm
parentc75f5efd2f1b5fc6addcd67bc4865c2caeab8a6c (diff)
downloadscummvm-rg350-48eb63d29a33b1b28a32c01b54618e3a18c7189c.tar.gz
scummvm-rg350-48eb63d29a33b1b28a32c01b54618e3a18c7189c.tar.bz2
scummvm-rg350-48eb63d29a33b1b28a32c01b54618e3a18c7189c.zip
Add missing case.
Add another HE games specific. svn-id: r12335
Diffstat (limited to 'scumm')
-rw-r--r--scumm/akos.cpp1
-rw-r--r--scumm/script_v6.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/scumm/akos.cpp b/scumm/akos.cpp
index 36970f2684..c9cb5c84da 100644
--- a/scumm/akos.cpp
+++ b/scumm/akos.cpp
@@ -1273,6 +1273,7 @@ bool ScummEngine::akos_increaseAnim(Actor *a, int chan, const byte *aksq, const
case AKC_ComplexChan:
break;
+ case AKC_Cmd3:
case AKC_Ignore:
case AKC_Ignore2:
case AKC_Ignore3:
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 2f86774fa0..e121ae9855 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -1856,6 +1856,8 @@ void ScummEngine_v6::o6_verbOps() {
if (_curVerbSlot) {
setVerbObject(_roomResource, a, slot);
vs->type = kImageVerbType;
+ if (_features & GF_HUMONGOUS)
+ vs->imgindex = a;
}
break;
case 125: // SO_VERB_NAME