svn-id: r10008
This commit is contained in:
Travis Howell 2003-09-05 15:53:20 +00:00
parent 94ec5238c9
commit 93d262a01f

View file

@ -880,7 +880,7 @@ void Scumm::launch() {
if (_version < 7) if (_version < 7)
VAR(VAR_VERSION) = 21; VAR(VAR_VERSION) = 21;
if (!(_features & GF_MACINTOSH) && (_version == 3)) { if (!((_features & GF_MACINTOSH) && (_version == 3))) {
// This is the for the Mac version of Indy3/Loom // This is the for the Mac version of Indy3/Loom
VAR(VAR_DEBUGMODE) = _debugMode; VAR(VAR_DEBUGMODE) = _debugMode;
} }