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, 4 insertions, 4 deletions
diff --git a/engines/parallaction/walk.h b/engines/parallaction/walk.h
index e06ef02741..fea83e5a23 100644
--- a/engines/parallaction/walk.h
+++ b/engines/parallaction/walk.h
@@ -48,7 +48,7 @@ public:
typedef ManagedList<WalkNode*> WalkNodeList;
-void jobWalk(void*, Job *j);
+void jobWalk(void*, Job *j);
struct PathBuffer {
// handles a 1-bit depth buffer used for masking non-walkable areas
@@ -86,10 +86,10 @@ public:
class PathBuilder {
- Animation *_anim;
+ Animation *_anim;
- WalkNodeList *_list;
- Common::List<WalkNode*> _subPath;
+ WalkNodeList *_list;
+ Common::List<WalkNode*> _subPath;
void correctPathPoint(Common::Point &to);
uint32 buildSubPath(const Common::Point& pos, const Common::Point& stop);