aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorsluicebox2019-10-21 10:59:56 -0700
committersluicebox2019-10-21 11:13:24 -0700
commit8dcdc63af186eba7e5c4d6f9f4e389455c6ff4aa (patch)
tree3d13172cb52c37411fb41c8a7985ee419ebc1749 /engines/sci/engine/workarounds.h
parent855d8c9155484047c2b894c8409a924be0d5748c (diff)
downloadscummvm-rg350-8dcdc63af186eba7e5c4d6f9f4e389455c6ff4aa.tar.gz
scummvm-rg350-8dcdc63af186eba7e5c4d6f9f4e389455c6ff4aa.tar.bz2
scummvm-rg350-8dcdc63af186eba7e5c4d6f9f4e389455c6ff4aa.zip
SCI: Add LSL6 Mac Floppy kGetCWD workaround
The game now starts
Diffstat (limited to 'engines/sci/engine/workarounds.h')
-rw-r--r--engines/sci/engine/workarounds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.h b/engines/sci/engine/workarounds.h
index b244f8ba1b..528fa93ac3 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -79,6 +79,7 @@ extern const SciWorkaroundEntry kFindKey_workarounds[];
extern const SciWorkaroundEntry kFrameOut_workarounds[];
extern const SciWorkaroundEntry kDeleteKey_workarounds[];
extern const SciWorkaroundEntry kGetAngle_workarounds[];
+extern const SciWorkaroundEntry kGetCWD_workarounds[];
extern const SciWorkaroundEntry kGraphDrawLine_workarounds[];
extern const SciWorkaroundEntry kGraphSaveBox_workarounds[];
extern const SciWorkaroundEntry kGraphRestoreBox_workarounds[];