aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
authorTravis Howell2004-07-15 12:26:10 +0000
committerTravis Howell2004-07-15 12:26:10 +0000
commit6a18e02a534e9e90a0734d49b1d7716f6436e45b (patch)
tree6bed11d728b876fc714513890610172c55849b07 /scumm/actor.h
parent95520634d32b1086f6eea7a1b93085d975af1363 (diff)
downloadscummvm-rg350-6a18e02a534e9e90a0734d49b1d7716f6436e45b.tar.gz
scummvm-rg350-6a18e02a534e9e90a0734d49b1d7716f6436e45b.tar.bz2
scummvm-rg350-6a18e02a534e9e90a0734d49b1d7716f6436e45b.zip
Actually use actor talkScript when required.
svn-id: r14217
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index ba766f8263..6e822e82cb 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -166,6 +166,7 @@ public:
protected:
void startWalkAnim(int cmd, int angle);
public:
+ void runActorTalkScript(int f);
void startAnimActor(int frame);
void remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold);