From d57d4b876e90d1d043bd171c9de46d93c9e014f4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 17 Mar 2014 08:47:20 +0100 Subject: MADS: Implement some more logic used in scene 201 --- engines/mads/player.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mads/player.h') diff --git a/engines/mads/player.h b/engines/mads/player.h index 9a615e544f..ed44de2c20 100644 --- a/engines/mads/player.h +++ b/engines/mads/player.h @@ -153,6 +153,8 @@ public: void setDest(const Common::Point &pt, int facing); void nextFrame(); + + void sub7E53C(Common::Point pos, int direction); }; } // End of namespace MADS -- cgit v1.2.3