aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 47a3f54666..d1ef4d9d07 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -157,7 +157,9 @@ public:
byte *getActorName();
void startWalkActor(int x, int y, int dir);
void stopActorMoving();
+protected:
void startWalkAnim(int cmd, int angle);
+public:
void startAnimActor(int frame);
void remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold);