diff options
Diffstat (limited to 'engines/sci/engine/script_patches.cpp')
| -rw-r--r-- | engines/sci/engine/script_patches.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp index 54ae88a17e..2d3d8f6155 100644 --- a/engines/sci/engine/script_patches.cpp +++ b/engines/sci/engine/script_patches.cpp @@ -18,9 +18,6 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */  #include "sci/sci.h" @@ -865,6 +862,7 @@ const byte qfg3DialogCrash[] = {  	0x34, 0xe7, 0x03,  // ldi 3e7 (999)  	0x22,              // lt?  	0x33,              // jmp [back] ---> BUG! Infinite loop +	0  };  const uint16 qfg3PatchDialogCrash[] = {  | 
