[Scummvm-cvs-logs] SF.net SVN: scummvm:[50679] scummvm/trunk/engines/sci/engine/kernel.h

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Jul 5 16:46:09 CEST 2010


Revision: 50679
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50679&view=rev
Author:   m_kiewitz
Date:     2010-07-05 14:46:09 +0000 (Mon, 05 Jul 2010)

Log Message:
-----------
SCI: fix compilation issues from r50678

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel.h

Modified: scummvm/trunk/engines/sci/engine/kernel.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.h	2010-07-05 14:36:31 UTC (rev 50678)
+++ scummvm/trunk/engines/sci/engine/kernel.h	2010-07-05 14:46:09 UTC (rev 50679)
@@ -107,7 +107,7 @@
 	SIG_TYPE_NODE          =  0x80, // may be node      [n]
 	SIG_IS_OPTIONAL        = 0x100, // is optional
 	SIG_NEEDS_MORE         = 0x200, // needs at least one additional parameter following
-	SIG_MORE_MAY_FOLLOW    = 0x400, // may have more parameters of the same type following
+	SIG_MORE_MAY_FOLLOW    = 0x400  // may have more parameters of the same type following
 };
 
 // this does not include SIG_TYPE_UNINITIALIZED, because we can not allow uninitialized values anywhere


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