diff options
Diffstat (limited to 'scumm/actor.h')
| -rw-r--r-- | scumm/actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h index 56420b8dd1..85854b66d8 100644 --- a/scumm/actor.h +++ b/scumm/actor.h @@ -203,7 +203,7 @@ protected: bool isPlayer(); - bool findPathTowards(byte box, byte box2, byte box3, int16 &foundPathX, int16 &foundPathY); + bool findPathTowards(byte box, byte box2, byte box3, ScummVM::Point &foundPath); void findPathTowardsOld(byte box, byte box2, byte box3, ScummVM::Point &p2, ScummVM::Point &p3); }; |
