aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/script_v80he.cpp
diff options
context:
space:
mode:
authorMax Horn2006-09-09 18:31:32 +0000
committerMax Horn2006-09-09 18:31:32 +0000
commitbd38f5f4d315aa2bb1cd6f94d5d16d8d3277783e (patch)
tree329db87d20ad51f340284e195c7854d46590542f /engines/scumm/he/script_v80he.cpp
parent94bd9ef05de9d14ab3fd8895a6fcf681b59646b4 (diff)
downloadscummvm-rg350-bd38f5f4d315aa2bb1cd6f94d5d16d8d3277783e.tar.gz
scummvm-rg350-bd38f5f4d315aa2bb1cd6f94d5d16d8d3277783e.tar.bz2
scummvm-rg350-bd38f5f4d315aa2bb1cd6f94d5d16d8d3277783e.zip
Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounter
svn-id: r23857
Diffstat (limited to 'engines/scumm/he/script_v80he.cpp')
-rw-r--r--engines/scumm/he/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v80he.cpp b/engines/scumm/he/script_v80he.cpp
index b7d689c069..6ede98b2ec 100644
--- a/engines/scumm/he/script_v80he.cpp
+++ b/engines/scumm/he/script_v80he.cpp
@@ -256,7 +256,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o6_getActorWidth),
OPCODE(o6_wait),
OPCODE(o6_getActorScaleX),
- OPCODE(o6_getActorAnimCounter1),
+ OPCODE(o6_getActorAnimCounter),
/* AC */
OPCODE(o80_drawWizPolygon),
OPCODE(o6_isAnyOf),