From b2b7a08cc2a502e0f6f9ec98afd85f30bdc529ab Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 19 Mar 2010 09:19:23 +0000 Subject: Beginnings of hooking up the new logic for current action display svn-id: r48298 --- engines/m4/m4_scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/m4/m4_scene.h') diff --git a/engines/m4/m4_scene.h b/engines/m4/m4_scene.h index 846c1a2ff8..25546fe491 100644 --- a/engines/m4/m4_scene.h +++ b/engines/m4/m4_scene.h @@ -72,7 +72,6 @@ public: virtual void checkHotspotAtMousePos(int x, int y); virtual void leftClick(int x, int y); virtual void rightClick(int x, int y); - virtual void setAction(int action, int objectId = -1); virtual void update(); virtual void showHotSpots(); @@ -80,6 +79,7 @@ public: M4InterfaceView *getInterface() { return (M4InterfaceView *)_interfaceSurface; }; M4SceneResources &getSceneResources() { return _sceneResources; }; void setStatusText(const char *text); + void setAction(int action, int objectId = -1); }; } // End of namespace M4 -- cgit v1.2.3