From c84480b1c809f17520a7f44754c63daa81c0827f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 26 Oct 2018 03:48:04 +0300 Subject: SCI32: Update comments on a QFG4 script patch --- engines/sci/engine/script_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci') diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index c378e4f840..f8027bac17 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 -- cgit v1.2.3