[Scummvm-git-logs] scummvm master -> 00548e15edfde1c26564e632bed20c8f5e39a019

sluicebox 22204938+sluicebox at users.noreply.github.com
Sat Sep 14 21:59:23 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
00548e15ed SCI32: Remove QFG4 "a:" prefix from export filename


Commit: 00548e15edfde1c26564e632bed20c8f5e39a019
    https://github.com/scummvm/scummvm/commit/00548e15edfde1c26564e632bed20c8f5e39a019
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-09-14T12:53:25-07:00

Commit Message:
SCI32: Remove QFG4 "a:" prefix from export filename

Trac #11082

Changed paths:
    engines/sci/engine/workarounds.cpp


diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 568e627..b5ae01a 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





More information about the Scummvm-git-logs mailing list