[Scummvm-cvs-logs] SF.net SVN: scummvm: [30751] scummvm/trunk/engines/scumm/costume.cpp

Anotherguest at users.sourceforge.net Anotherguest at users.sourceforge.net
Sun Feb 3 10:35:05 CET 2008


Revision: 30751
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30751&view=rev
Author:   Anotherguest
Date:     2008-02-03 01:35:04 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
Missing ( in ASM_COSTUME code

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/costume.cpp

Modified: scummvm/trunk/engines/scumm/costume.cpp
===================================================================
--- scummvm/trunk/engines/scumm/costume.cpp	2008-02-03 01:26:12 UTC (rev 30750)
+++ scummvm/trunk/engines/scumm/costume.cpp	2008-02-03 09:35:04 UTC (rev 30751)
@@ -437,7 +437,7 @@
 	bool masked;
 
 #ifdef USE_ARM_COSTUME_ASM
-	if ((_shadow_mode & 0x20) == 0) &&
+	if (((_shadow_mode & 0x20) == 0) &&
 	    (v1.mask_ptr != NULL) &&
 	    (_shadow_table != NULL))
 	{


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