[Scummvm-cvs-logs] scummvm master -> 33b1ca2b080e661f3d04e22ac7a1bd658a66ea80

wjp wjp at usecode.org
Thu May 12 09:35:25 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
33b1ca2b08 SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241)


Commit: 33b1ca2b080e661f3d04e22ac7a1bd658a66ea80
    https://github.com/scummvm/scummvm/commit/33b1ca2b080e661f3d04e22ac7a1bd658a66ea80
Author: Tarek Soliman (tarek at bashasoliman.com)
Date: 2011-05-12T00:33:40-07:00

Commit Message:
SCI: Fix signature of script patch qfg3DialogCrash (bug #3300241)

Changed paths:
    engines/sci/engine/script_patches.cpp



diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index 1411805..0791267 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[] = {






More information about the Scummvm-git-logs mailing list