aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-09-22 13:34:20 +0000
committerTravis Howell2005-09-22 13:34:20 +0000
commit2ff735ff094b25423ae0ad175e63063440150cf3 (patch)
treec604df604d553c17c42824e3ba17902024fd82af /scumm/intern.h
parent55c95e48036c509310a9f826f7ae683190406a94 (diff)
downloadscummvm-rg350-2ff735ff094b25423ae0ad175e63063440150cf3.tar.gz
scummvm-rg350-2ff735ff094b25423ae0ad175e63063440150cf3.tar.bz2
scummvm-rg350-2ff735ff094b25423ae0ad175e63063440150cf3.zip
Convert old actor moving states.
svn-id: r18858
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index a7165852b0..965933110c 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -422,6 +422,7 @@ protected:
void o_clearState08();
void o_stopCurrentScript();
void o_loadSound();
+ void o_getActorMoving();
void o_animateActor();
void o_putActorAtObject();
void o_unknown13();