diff options
author | Colin Snover | 2017-10-04 00:26:03 -0500 |
---|---|---|
committer | Colin Snover | 2017-10-04 00:27:18 -0500 |
commit | 08f501117bc019a411513e580590c4b4c9b18ac4 (patch) | |
tree | c76a73225feae7a731bae3100220d2edab75eb96 /engines/sci | |
parent | 60bdb7936f4584025d8ce8bafe2e1d8afd16b369 (diff) | |
download | scummvm-rg350-08f501117bc019a411513e580590c4b4c9b18ac4.tar.gz scummvm-rg350-08f501117bc019a411513e580590c4b4c9b18ac4.tar.bz2 scummvm-rg350-08f501117bc019a411513e580590c4b4c9b18ac4.zip |
SCI32: Give more specific game version numbers
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |