From 703c8b665a42a7cb5356e6a8d019d9863d420535 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 26 Jul 2010 06:30:15 +0000 Subject: SCI: Fixed bug #3034490 , "signature mismatch in laura bow 2 introduction" svn-id: r51298 --- engines/sci/engine/workarounds.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/engine/workarounds.h') diff --git a/engines/sci/engine/workarounds.h b/engines/sci/engine/workarounds.h index 4e941a0b15..5eaf8721a2 100644 --- a/engines/sci/engine/workarounds.h +++ b/engines/sci/engine/workarounds.h @@ -82,6 +82,7 @@ extern const SciWorkaroundEntry kGraphRestoreBox_workarounds[]; extern const SciWorkaroundEntry kGraphFillBoxForeground_workarounds[]; extern const SciWorkaroundEntry kGraphFillBoxAny_workarounds[]; extern const SciWorkaroundEntry kGraphRedrawBox_workarounds[]; +extern const SciWorkaroundEntry kMemory_workarounds[]; extern const SciWorkaroundEntry kSetPort_workarounds[]; extern const SciWorkaroundEntry kUnLoad_workarounds[]; extern const SciWorkaroundEntry kStrCpy_workarounds[]; -- cgit v1.2.3