[Scummvm-cvs-logs] SF.net SVN: scummvm:[51948] scummvm/trunk/engines/sci/engine/script_patches .cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Aug 9 23:50:22 CEST 2010


Revision: 51948
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51948&view=rev
Author:   m_kiewitz
Date:     2010-08-09 21:50:21 +0000 (Mon, 09 Aug 2010)

Log Message:
-----------
SCI: fixing signature for gk1

day6 police sleep issue

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/script_patches.cpp

Modified: scummvm/trunk/engines/sci/engine/script_patches.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/script_patches.cpp	2010-08-09 21:43:31 UTC (rev 51947)
+++ scummvm/trunk/engines/sci/engine/script_patches.cpp	2010-08-09 21:50:21 UTC (rev 51948)
@@ -85,7 +85,7 @@
 	0x35, 0x08,        // ldi 08
 	0x1a,              // eq?
 	0x31,              // bnt [next state check]
-	+1, 5,             // [skip 1 byte, offset of bnt]
+	+1, 6,             // [skip 1 byte, offset of bnt]
 	0x34, 0xdc, 0x00,  // ldi 220
 	0x65, 0x1a,        // aTop cycles
 	0x32,              // jmp [end]


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list