diff options
author | Tarek Soliman | 2011-05-11 23:02:51 -0500 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-05-12 09:33:40 +0200 |
commit | 33b1ca2b080e661f3d04e22ac7a1bd658a66ea80 (patch) | |
tree | b6f0400cff1d211fc47a0ff3fa3755708168f762 | |
parent | 3b75ff9132a01b08ddc6f4828f8a27705bebb790 (diff) | |
download | scummvm-rg350-33b1ca2b080e661f3d04e22ac7a1bd658a66ea80.tar.gz scummvm-rg350-33b1ca2b080e661f3d04e22ac7a1bd658a66ea80.tar.bz2 scummvm-rg350-33b1ca2b080e661f3d04e22ac7a1bd658a66ea80.zip |
SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241)
-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 1411805819..0791267e94 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -862,6 +862,7 @@ const byte qfg3DialogCrash[] = { 0x34, 0xe7, 0x03, // ldi 3e7 (999) 0x22, // lt? 0x33, // jmp [back] ---> BUG! Infinite loop + 0 }; const uint16 qfg3PatchDialogCrash[] = { |