aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorsluicebox2019-09-14 12:53:25 -0700
committersluicebox2019-09-14 12:53:25 -0700
commit00548e15edfde1c26564e632bed20c8f5e39a019 (patch)
tree0c576bcfcb3392e0fc29ef8fcf7e6c67dffae17f /engines
parent186dfd7bd53520f4d8dfcb505d89e2fe4b1c655c (diff)
downloadscummvm-rg350-00548e15edfde1c26564e632bed20c8f5e39a019.tar.gz
scummvm-rg350-00548e15edfde1c26564e632bed20c8f5e39a019.tar.bz2
scummvm-rg350-00548e15edfde1c26564e632bed20c8f5e39a019.zip
SCI32: Remove QFG4 "a:" prefix from export filename
Trac #11082
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/workarounds.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 568e627671..b5ae01aa52 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -1214,6 +1214,9 @@ static const SciMessageWorkaroundEntry messageWorkarounds[] = {
{ GID_PQ1, SCI_MEDIA_ALL, K_LANG_NONE, -1, 38, 10, 1, 0, 1, { MSG_WORKAROUND_EXTRACT, 38, 10, 1, 13, 1, 99, 0, 0, NULL } },
// Talking to Kaspar the shopkeeper - bug #6250
{ GID_QFG1VGA, SCI_MEDIA_ALL, K_LANG_NONE, -1, 322, 14, 1, 19, 1, { MSG_WORKAROUND_REMAP, 322, 14, 2, 19, 1, 0, 0, 0, NULL } },
+ // Remove the "a:" floppy drive prefix from the default character export
+ // filename "a:shadows.sav". We do this for SCI16 games in kDrawControl.
+ { GID_QFG4, SCI_MEDIA_ALL, K_LANG_NONE, -1, 52, 2, 0, 10, 1, { MSG_WORKAROUND_EXTRACT, 52, 2, 0, 10, 1, 99, 2, 11, NULL } },
// Talking with the Leshy and telling him about "bush in goo" - bug #10137
{ GID_QFG4, SCI_MEDIA_ALL, K_LANG_NONE, -1, 579, 0, 0, 0, 1, { MSG_WORKAROUND_REMAP, 579, 0, 1, 0, 1, 0, 0, 0, NULL } },
// Examining the statue inventory item from the monastery - bug #10770