From 08f501117bc019a411513e580590c4b4c9b18ac4 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Wed, 4 Oct 2017 00:26:03 -0500 Subject: SCI32: Give more specific game version numbers --- engines/sci/engine/script_patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index a8be13edd9..d04d4256f1 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -2275,7 +2275,7 @@ static const SciScriptPatcherEntry kq7Signatures[] = { // (global 204 bit 15), but global 201 is not a flag global (it holds a // reference to theInvisCursor). This patch stops clearing after 1359 (global // 200 bit 15). Hopefully that is good enough to not break the game. -// Applies to at least: English 1.0 & 2.0 +// Applies to at least: English 1.0c & 2.0a static const uint16 lighthouseFlagResetSignature[] = { SIG_MAGICDWORD, 0x34, SIG_UINT16(0x58f), // ldi 1423 -- cgit v1.2.3