From 4c0af01d6a2a860c09dbd047563ac4f727425492 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Thu, 3 Feb 2011 02:26:57 +0000 Subject: SCI: Disable the special QFG1 Mac icon bar The original interpreter completely ignores it in favor of the regular one. svn-id: r55748 --- engines/sci/sci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sci.cpp') diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 2552e7bf43..dc900e0800 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -751,7 +751,7 @@ bool SciEngine::isCD() const { } bool SciEngine::hasMacIconBar() const { - return _resMan->isSci11Mac() && getSciVersion() == SCI_VERSION_1_1 && getGameId() != GID_HOYLE4; + return _resMan->isSci11Mac() && getSciVersion() == SCI_VERSION_1_1 && getGameId() == GID_KQ6; } Common::String SciEngine::getSavegameName(int nr) const { -- cgit v1.2.3