AGOS: Added TODO about the possibility of using special debug levels

svn-id: r36137
This commit is contained in:
Max Horn 2009-01-30 04:07:41 +00:00
parent 601175cb32
commit 4d87acf8b4

View File

@ -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;