aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/walk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/walk.h')
-rw-r--r--engines/parallaction/walk.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/parallaction/walk.h b/engines/parallaction/walk.h
index aebfea7975..d746fdec54 100644
--- a/engines/parallaction/walk.h
+++ b/engines/parallaction/walk.h
@@ -102,12 +102,10 @@ class PathWalker_BR {
State _character;
State _follower;
- State &_ch;
-
- void finalizeWalk();
+ void finalizeWalk(State &s);
bool directPathExists(const Common::Point &from, const Common::Point &to);
- void buildPath(uint16 x, uint16 y);
- bool doWalk(State &s);
+ void buildPath(State &s, uint16 x, uint16 y);
+ void doWalk(State &s);
void checkTrap(const Common::Point &p);
public: