diff options
author | Martin Kiewitz | 2010-08-12 22:27:28 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-08-12 22:27:28 +0000 |
commit | df04f81466881a774db8045edf25f261e5c89d07 (patch) | |
tree | e0ae1b5d1725564e94f09df8ac63d60838fdf234 /engines | |
parent | 4309d8c00c05def81b921f76ece023cf6d3ab7bc (diff) | |
download | scummvm-rg350-df04f81466881a774db8045edf25f261e5c89d07.tar.gz scummvm-rg350-df04f81466881a774db8045edf25f261e5c89d07.tar.bz2 scummvm-rg350-df04f81466881a774db8045edf25f261e5c89d07.zip |
SCI: adding bug id to sq4 patch
svn-id: r52047
Diffstat (limited to 'engines')
-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 88411c1b98..77818dd138 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -398,7 +398,7 @@ const SciScriptSignature laurabow2Signatures[] = { // adds it to nest::x. The problem is that the script also checks if x exceeds // we never reach that of course, so the pterodactyl-flight will go endlessly // we could either calculate property count differently somehow fixing this -// but I think just patching it out is cleaner +// but I think just patching it out is cleaner (ffs. bug #3037938) const byte sq4FloppySignatureEndlessFlight[] = { 8, 0x39, 0x04, // pushi 04 (selector x) |