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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Fri Aug 6 21:13:20 CEST 2010


Revision: 51796
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51796&view=rev
Author:   m_kiewitz
Date:     2010-08-06 19:13:19 +0000 (Fri, 06 Aug 2010)

Log Message:
-----------
SCI: adjusting patch to write 0 instead of 1

patch still worked, but 0 was meant to be there thx to lskovlun to point this out

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

Modified: scummvm/trunk/engines/sci/engine/script.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/script.cpp	2010-08-06 18:54:58 UTC (rev 51795)
+++ scummvm/trunk/engines/sci/engine/script.cpp	2010-08-06 19:13:19 UTC (rev 51796)
@@ -176,7 +176,7 @@
 
 	0x38, 0x93, 0x00,  // pushi 0093 (selector port)
 	0x78,              // push1
-	0x78,              // push1
+	0x76,              // push0
 	0x4a, 0x06,        // send 06 (write 0 to that object::port)
 	0x48,              // ret
 	PATCH_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