aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-28 00:45:44 +0000
committerMax Horn2002-12-28 00:45:44 +0000
commit319facc9c3a54bff3adab663e32f37bddb07c9e9 (patch)
treee0ac0fed5e810ce21890eb6a645afc1f1a04e20c /scumm/actor.cpp
parentedd08521c3e0eaf8b29da53cb899f973ee5d9d6f (diff)
downloadscummvm-rg350-319facc9c3a54bff3adab663e32f37bddb07c9e9.tar.gz
scummvm-rg350-319facc9c3a54bff3adab663e32f37bddb07c9e9.tar.bz2
scummvm-rg350-319facc9c3a54bff3adab663e32f37bddb07c9e9.zip
cleanup
svn-id: r6214
Diffstat (limited to 'scumm/actor.cpp')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index d78536cc6c..43b9cd1731 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1223,7 +1223,7 @@ void Actor::startWalkAnim(int cmd, int angle)
*/
#if 0
if (walk_script != 0) {
- int16 args[16];
+ int args[16];
args[0] = number;
args[1] = cmd;
args[2] = angle;