aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v100he.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_v100he.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_v100he.cpp')
-rw-r--r--engines/scumm/he/script_v100he.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/he/script_v100he.cpp b/engines/scumm/he/script_v100he.cpp
index e9d9a8074d..e824bff129 100644
--- a/engines/scumm/he/script_v100he.cpp
+++ b/engines/scumm/he/script_v100he.cpp
@@ -442,8 +442,8 @@ void ScummEngine_v100he::o100_actorOps() {
a->initActor(0);
break;
case 32:
- i = pop();
- debug(0,"o100_actorOps: case 32 (%d)", i);
+ k = pop();
+ a->setHEFlag(1, k);
break;
case 52: // SO_ACTOR_NAME
copyScriptString(string, sizeof(string));