aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/m4/mads_scene.h')
-rw-r--r--engines/m4/mads_scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/mads_scene.h b/engines/m4/mads_scene.h
index 2f8fcf990b..4a157409c1 100644
--- a/engines/m4/mads_scene.h
+++ b/engines/m4/mads_scene.h
@@ -207,6 +207,7 @@ public:
MadsInterfaceView *getInterface() { return (MadsInterfaceView *)_interfaceSurface; };
MadsSceneResources &getSceneResources() { return _sceneResources; };
+ MadsAction &getAction() { return _action; }
void setStatusText(const char *text) {};//***DEPRECATED***
};