diff options
author | Tarek Soliman | 2011-05-11 23:02:51 -0500 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-05-13 00:12:11 +0200 |
commit | 559c7245724b22cb445c9cb853db3958fd03f2a3 (patch) | |
tree | 49ebba7cb22e8652eedeade655b8386c4211e893 /engines/sci/engine/script_patches.cpp | |
parent | 371e6177979476d85382fa30f9b419b38b997583 (diff) | |
download | scummvm-rg350-559c7245724b22cb445c9cb853db3958fd03f2a3.tar.gz scummvm-rg350-559c7245724b22cb445c9cb853db3958fd03f2a3.tar.bz2 scummvm-rg350-559c7245724b22cb445c9cb853db3958fd03f2a3.zip |
SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241)
(cherry picked from commit 33b1ca2b080e661f3d04e22ac7a1bd658a66ea80)
Diffstat (limited to 'engines/sci/engine/script_patches.cpp')
-rw-r--r-- | engines/sci/engine/script_patches.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 06540e6f43..82e8130a40 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -865,6 +865,7 @@ const byte qfg3DialogCrash[] = { 0x34, 0xe7, 0x03, // ldi 3e7 (999) 0x22, // lt? 0x33, // jmp [back] ---> BUG! Infinite loop + 0 }; const uint16 qfg3PatchDialogCrash[] = { |