aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorFilippos Karapetis2018-09-06 22:01:17 +0300
committerFilippos Karapetis2018-09-06 22:04:13 +0300
commit205ee4d0d00a8aab333e4c743c27fc86d0af5b2e (patch)
tree3eeba0c0602760a586322fd7f398b76097019c7b /engines/sci/engine/workarounds.h
parentc239a18620a9ecbfc0a160647263aa59180112df (diff)
downloadscummvm-rg350-205ee4d0d00a8aab333e4c743c27fc86d0af5b2e.tar.gz
scummvm-rg350-205ee4d0d00a8aab333e4c743c27fc86d0af5b2e.tar.bz2
scummvm-rg350-205ee4d0d00a8aab333e4c743c27fc86d0af5b2e.zip
SCI32: Allow malformed calls to kLock in PQ:SWAT, after the training videos
Fixes bug #10699
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 ff1f5c6a87..284936b4a5 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -87,6 +87,7 @@ extern const SciWorkaroundEntry kGraphFillBoxAny_workarounds[];
extern const SciWorkaroundEntry kGraphRedrawBox_workarounds[];
extern const SciWorkaroundEntry kIsObject_workarounds[];
extern const SciWorkaroundEntry kListAt_workarounds[];
+extern const SciWorkaroundEntry kLock_workarounds[];
extern const SciWorkaroundEntry kMemory_workarounds[];
extern const SciWorkaroundEntry kMoveCursor_workarounds[];
extern const SciWorkaroundEntry kNewWindow_workarounds[];