aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 4328b4a81a..1d4e7f0749 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -286,7 +286,7 @@ static int runGame(GameDetector &detector, OSystem &system, const Common::String
}
// Now the engine should've set up all debug levels so we can use the command line arugments here
- enableSpecialDebugLevelList(edebuglevels);
+ Common::enableSpecialDebugLevelList(edebuglevels);
// Set the window caption to the game name
Common::String caption(ConfMan.get("description", detector._targetName));