aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-02-15 21:47:29 -0500
committerMatthew Hoops2011-02-16 14:24:38 -0500
commit758e4958724bf557013e587789425bed0bc1a6a5 (patch)
tree98de9359bca1d17fb1cb03687889ed09ae3d16d4 /engines/sci/engine/workarounds.cpp
parent84db0f60b02414b2f223da190f2797cd9381df8d (diff)
downloadscummvm-rg350-758e4958724bf557013e587789425bed0bc1a6a5.tar.gz
scummvm-rg350-758e4958724bf557013e587789425bed0bc1a6a5.tar.bz2
scummvm-rg350-758e4958724bf557013e587789425bed0bc1a6a5.zip
SCI: Add support for the KQ5 FM Towns resource format
Thanks to alexbevi for providing details on the format
Diffstat (limited to 'engines/sci/engine/workarounds.cpp')
-rw-r--r--engines/sci/engine/workarounds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 7adb0b4e04..d1dd5f606d 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -357,6 +357,7 @@ const SciWorkaroundEntry kGraphRedrawBox_workarounds[] = {
{ GID_KQ5, -1, 981, 0, "myWindow", "dispose", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Happens in the floppy version, when closing any dialog box, accidental additional parameter specified - bug #3036331
{ GID_KQ5, -1, 995, 0, "invW", "doit", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Happens in the floppy version, when closing the inventory window, accidental additional parameter specified
{ GID_KQ5, -1, 995, 0, "", "export 0", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Happens in the floppy version, when opening the gem pouch, accidental additional parameter specified - bug #3039395
+ { GID_KQ5, -1, 403, 0, "KQ5Window", "dispose", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // Happens in the FM Towns version when closing any dialog box, accidental additional parameter specified
SCI_WORKAROUNDENTRY_TERMINATOR
};