aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2009-01-30 04:07:41 +0000
committerMax Horn2009-01-30 04:07:41 +0000
commit4d87acf8b4a0abf8a9895298f2cfcfac7ee82aed (patch)
tree16af866a1d40d330d4ea548dd362dd77d19f50fe /engines
parent601175cb32de785bb3c49df713baa1480206ba74 (diff)
downloadscummvm-rg350-4d87acf8b4a0abf8a9895298f2cfcfac7ee82aed.tar.gz
scummvm-rg350-4d87acf8b4a0abf8a9895298f2cfcfac7ee82aed.tar.bz2
scummvm-rg350-4d87acf8b4a0abf8a9895298f2cfcfac7ee82aed.zip
AGOS: Added TODO about the possibility of using special debug levels
svn-id: r36137
Diffstat (limited to 'engines')
-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;