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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed Aug 25 13:28:28 CEST 2010


Revision: 52381
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52381&view=rev
Author:   m_kiewitz
Date:     2010-08-25 11:28:27 +0000 (Wed, 25 Aug 2010)

Log Message:
-----------
SCI: apply qfg1vga fight patch on weapon master

fixes fighting the weapon master as well...

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-25 11:00:48 UTC (rev 52380)
+++ scummvm/trunk/engines/sci/engine/script_patches.cpp	2010-08-25 11:28:27 UTC (rev 52381)
@@ -597,6 +597,7 @@
 //    script, description,                                   magic DWORD,                                  adjust
 const SciScriptSignature qfg1vgaSignatures[] = {
     {    215, "fight event issue",                           PATCH_MAGICDWORD(0x6d, 0x76, 0x51, 0x07),    -1, qfg1vgaSignatureFightEvents, qfg1vgaPatchFightEvents },
+    {    216, "weapon master event issue",                   PATCH_MAGICDWORD(0x6d, 0x76, 0x51, 0x07),    -1, qfg1vgaSignatureFightEvents, qfg1vgaPatchFightEvents },
     SCI_SIGNATUREENTRY_TERMINATOR
 };
 


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