aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/debugger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/debugger.cpp')
-rw-r--r--engines/tony/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/debugger.cpp b/engines/tony/debugger.cpp
index f358d51223..7dc32d9f61 100644
--- a/engines/tony/debugger.cpp
+++ b/engines/tony/debugger.cpp
@@ -71,7 +71,7 @@ void DebugChangeScene(CORO_PARAM, const void *param) {
GLOBALS.LoadLocation(details->sceneNumber, scenePos, RMPoint(-1, -1));
- MainEnableGUI();
+ mainEnableGUI();
CORO_END_CODE;
}