aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/player.h')
-rw-r--r--engines/mads/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/player.h b/engines/mads/player.h
index ed44de2c20..e330c650de 100644
--- a/engines/mads/player.h
+++ b/engines/mads/player.h
@@ -152,9 +152,9 @@ public:
void setDest(const Common::Point &pt, int facing);
- void nextFrame();
+ void startWalking(const Common::Point &pos, int direction);
- void sub7E53C(Common::Point pos, int direction);
+ void nextFrame();
};
} // End of namespace MADS