From 93d262a01f30288be9ca804879a4877a43c63d5a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 5 Sep 2003 15:53:20 +0000 Subject: Oops svn-id: r10008 --- scumm/scummvm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 9db76bdd23..1598b25618 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -880,7 +880,7 @@ void Scumm::launch() { if (_version < 7) 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 VAR(VAR_DEBUGMODE) = _debugMode; } -- cgit v1.2.3