[Scummvm-git-logs] scummvm master -> c84480b1c809f17520a7f44754c63daa81c0827f

bluegr bluegr at gmail.com
Fri Oct 26 02:48:24 CEST 2018


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:
c84480b1c8 SCI32: Update comments on a QFG4 script patch


Commit: c84480b1c809f17520a7f44754c63daa81c0827f
    https://github.com/scummvm/scummvm/commit/c84480b1c809f17520a7f44754c63daa81c0827f
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2018-10-26T03:48:04+03:00

Commit Message:
SCI32: Update comments on a QFG4 script patch

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


diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index c378e4f..f8027ba 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -6739,7 +6739,7 @@ static const uint16 qfg4TrapArrayTypePatch[] = {
 };
 
 // The 'Trap::init' code incorrectly creates an int array for string data.
-// Applies to at least: English floppy
+// Applies to at least: English floppy, German floppy
 static const uint16 qfg4TrapArrayTypeFloppySignature[] = {
 	0x38, SIG_SELECTOR16(new), // pushi new
 	0x78,                      // push1





More information about the Scummvm-git-logs mailing list