From 4d87acf8b4a0abf8a9895298f2cfcfac7ee82aed Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2009 04:07:41 +0000 Subject: [PATCH] AGOS: Added TODO about the possibility of using special debug levels svn-id: r36137 --- engines/agos/agos.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp index 1c60d0a8758..b86a914bac3 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;