aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index b553db67d9..23e720929c 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -418,6 +418,7 @@ public:
virtual void destroy() {}
virtual bool startAction(CursorType action, Event &event);
virtual void doAction(int action);
+ virtual bool performAction(CursorType action, Event &event) { return startAction(action, event); }
bool contains(const Common::Point &pt);
void setBounds(const Rect &newBounds) { _bounds = newBounds; }