diff options
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r-- | scumm/scumm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index 113ac429ff..8d4c1bdaa4 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -1311,7 +1311,6 @@ int ScummEngine::init(GameDetector &detector) { initScummVars(); if (VAR_DEBUGMODE != 0xFF) { - // This is NOT for the Mac version of Indy3/Loom VAR(VAR_DEBUGMODE) = _debugMode; if (_heversion >= 80 && _debugMode) VAR(85) = 1; |