From 3e2f4a66f60ecebd2ee2cd42a303b881688bd626 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 2 Jan 2017 10:13:19 -0600 Subject: SCI32: Remove SCI3 workarounds hack --- engines/sci/engine/workarounds.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index f3e22b7c51..971230d498 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -842,15 +842,6 @@ const SciWorkaroundEntry kScrollWindowAdd_workarounds[] = { }; SciWorkaroundSolution trackOriginAndFindWorkaround(int index, const SciWorkaroundEntry *workaroundList, SciCallOrigin *trackOrigin) { - // HACK for SCI3: Temporarily ignore this - if (getSciVersion() == SCI_VERSION_3) { - warning("SCI3 HACK: trackOriginAndFindWorkaround() called, ignoring"); - SciWorkaroundSolution sci3IgnoreForNow; - sci3IgnoreForNow.type = WORKAROUND_FAKE; - sci3IgnoreForNow.value = 0; - return sci3IgnoreForNow; - } - const EngineState *state = g_sci->getEngineState(); ExecStack *lastCall = state->xs; const SciGameId gameId = g_sci->getGameId(); -- cgit v1.2.3