From 511e5441e360bf283cafc48981580bea2e07a44b Mon Sep 17 00:00:00 2001 From: sluicebox Date: Fri, 11 Oct 2019 14:18:26 -0700 Subject: SCI32: Enable Mac code (remove ENABLE_SCI32_MAC) --- engines/sci/engine/kernel.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/engine/kernel.cpp') diff --git a/engines/sci/engine/kernel.cpp b/engines/sci/engine/kernel.cpp index ab332511d7..3cf5fd5b79 100644 --- a/engines/sci/engine/kernel.cpp +++ b/engines/sci/engine/kernel.cpp @@ -116,7 +116,7 @@ void Kernel::loadSelectorNames() { Resource *r = _resMan->findResource(ResourceId(kResourceTypeVocab, VOCAB_RESOURCE_SELECTORS), 0); bool oldScriptHeader = (getSciVersion() == SCI_VERSION_0_EARLY); -#ifdef ENABLE_SCI32_MAC +#ifdef ENABLE_SCI32 // Starting with KQ7, Mac versions have a BE name table. GK1 Mac and earlier (and all // other platforms) always use LE. const bool isBE = (g_sci->getPlatform() == Common::kPlatformMacintosh && getSciVersion() >= SCI_VERSION_2_1_EARLY @@ -608,7 +608,7 @@ void Kernel::mapFunctions() { continue; } -#ifdef ENABLE_SCI32_MAC +#ifdef ENABLE_SCI32 // HACK: Phantasmagoria Mac uses a modified kDoSound (which *nothing* // else seems to use)! if (g_sci->getPlatform() == Common::kPlatformMacintosh && g_sci->getGameId() == GID_PHANTASMAGORIA && kernelName == "DoSound") { -- cgit v1.2.3