aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm_v5.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/scumm_v5.h')
-rw-r--r--engines/scumm/scumm_v5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/scumm_v5.h b/engines/scumm/scumm_v5.h
index b8a61c1677..0eef04b8de 100644
--- a/engines/scumm/scumm_v5.h
+++ b/engines/scumm/scumm_v5.h
@@ -87,6 +87,8 @@ protected:
void drawFlashlight();
+ void walkActorToActor(int actor, int toActor, int dist);
+
/**
* Fetch the next script word, then if cond is *false*, perform a relative jump.
* So this corresponds to a "jne" jump instruction.