aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v72he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-07-10 10:14:10 +0000
committerTravis Howell2006-07-10 10:14:10 +0000
commit76e67fba9264cee212af40f327f60231d40e08eb (patch)
treef6af2024a635077c3f6a0fd2a0eef52fcc626203 /engines/scumm/he/script_v72he.cpp
parentd8e974ba72a5ed9faf43e1a8fcd5611f4606e9db (diff)
downloadscummvm-rg350-76e67fba9264cee212af40f327f60231d40e08eb.tar.gz
scummvm-rg350-76e67fba9264cee212af40f327f60231d40e08eb.tar.bz2
scummvm-rg350-76e67fba9264cee212af40f327f60231d40e08eb.zip
Fix actor glitches in the stomach location of pajama3
svn-id: r23471
Diffstat (limited to 'engines/scumm/he/script_v72he.cpp')
-rw-r--r--engines/scumm/he/script_v72he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v72he.cpp b/engines/scumm/he/script_v72he.cpp
index 50a4ab9a1f..a502df6929 100644
--- a/engines/scumm/he/script_v72he.cpp
+++ b/engines/scumm/he/script_v72he.cpp
@@ -1127,7 +1127,7 @@ void ScummEngine_v72he::o72_actorOps() {
break;
case 68: // HE 90+
k = pop();
- debug(0,"o72_actorOps: case 68 (%d)", k);
+ a->setHEFlag(1, k);
break;
case 76: // SO_COSTUME
a->setActorCostume(pop());