aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agos/agos.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp
index 1c60d0a875..b86a914bac 100644
--- a/engines/agos/agos.cpp
+++ b/engines/agos/agos.cpp
@@ -658,6 +658,9 @@ Common::Error AGOSEngine::init() {
_subtitles = true;
}
+ // TODO: Use special debug levels instead of the following hack.
+ // Also, the current variable names (_continousMainScript, ...)
+ // are not very suggestive.
_debugMode = (gDebugLevel >= 0);
if (gDebugLevel == 2)
_continousMainScript = true;