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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Sep 6 14:16:21 CEST 2010


Revision: 52591
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52591&view=rev
Author:   m_kiewitz
Date:     2010-09-06 12:16:21 +0000 (Mon, 06 Sep 2010)

Log Message:
-----------
SCI: fix warning (and actual error)

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-09-06 12:09:11 UTC (rev 52590)
+++ scummvm/trunk/engines/sci/engine/script_patches.cpp	2010-09-06 12:16:21 UTC (rev 52591)
@@ -46,7 +46,7 @@
 	const uint16 *patch;
 };
 
-#define SCI_SIGNATUREENTRY_TERMINATOR { 0, NULL, 0, 0, NULL, NULL }
+#define SCI_SIGNATUREENTRY_TERMINATOR { 0, NULL, 0, 0, 0, NULL, NULL }
 
 // signatures are built like this:
 //  - first a counter of the bytes that follow


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