mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
AGOS: Added TODO about the possibility of using special debug levels
svn-id: r36137
This commit is contained in:
parent
601175cb32
commit
4d87acf8b4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user