aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-18 01:00:22 +0000
committerTravis Howell2004-09-18 01:00:22 +0000
commita0312bd8cb832b37263d6c1b24911a37464c68af (patch)
tree3fb54769614c78e3023a3f026a47e3334cbdb108 /scumm/actor.cpp
parente026d179d4d623b48468df71dcf9398cd287cc60 (diff)
downloadscummvm-rg350-a0312bd8cb832b37263d6c1b24911a37464c68af.tar.gz
scummvm-rg350-a0312bd8cb832b37263d6c1b24911a37464c68af.tar.bz2
scummvm-rg350-a0312bd8cb832b37263d6c1b24911a37464c68af.zip
Should be for HE71 and later.
svn-id: r15151
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index b4db39afe4..8346a1c7c5 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -606,7 +606,7 @@ void Actor::putActor(int dstX, int dstY, byte newRoom) {
}
adjustActorPos();
} else {
- if (_vm->_heversion >= 72) {
+ if (_vm->_heversion >= 71) {
if (auxBlock.visible) {
_vm->queueAuxBlock(this);
auxBlock.visible = false;
@@ -1366,7 +1366,7 @@ void Actor::setActorCostume(int c) {
memset(animVariable, 0, sizeof(animVariable));
costume = c;
- if (_vm->_heversion >= 72) {
+ if (_vm->_heversion >= 71) {
if (auxBlock.visible) {
_vm->queueAuxBlock(this);
}