aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/tsage/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index ca691ec618..bd27a942a4 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -653,7 +653,7 @@ public:
void disableControl();
void enableControl();
- void disableControl(CursorType cursorId, CursorType objectId);
+ void disableControl(CursorType cursorId, CursorType objectId = CURSOR_NONE);
void enableControl(CursorType cursorId, CursorType objectId = CURSOR_NONE);
};