From 20a0ad6833fd50ed32e660a652ab962cb75d92ca Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 15 Jul 2010 12:37:46 +0000 Subject: Bugfixes to walking code. Rex can now walk about on-screen svn-id: r50914 --- engines/m4/mads_scene.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/m4/mads_scene.cpp') diff --git a/engines/m4/mads_scene.cpp b/engines/m4/mads_scene.cpp index 3f4b0df1ff..c30e8db5da 100644 --- a/engines/m4/mads_scene.cpp +++ b/engines/m4/mads_scene.cpp @@ -854,7 +854,9 @@ void MadsSceneResources::load(int sceneNumber, const char *resName, int v0, M4Su } void MadsSceneResources::setRouteNode(int nodeIndex, const Common::Point &pt, M4Surface *depthSurface) { - // TODO + _nodes[nodeIndex].pt = pt; + + // TODO: Implement the rest of the logic of this method } /*--------------------------------------------------------------------------*/ -- cgit v1.2.3