[Scummvm-cvs-logs] SF.net SVN: scummvm: [26944] scummvm/trunk/engines/sword1/screen.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sat May 26 18:59:14 CEST 2007


Revision: 26944
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26944&view=rev
Author:   sev
Date:     2007-05-26 09:59:13 -0700 (Sat, 26 May 2007)

Log Message:
-----------
oops

Modified Paths:
--------------
    scummvm/trunk/engines/sword1/screen.cpp

Modified: scummvm/trunk/engines/sword1/screen.cpp
===================================================================
--- scummvm/trunk/engines/sword1/screen.cpp	2007-05-26 16:55:35 UTC (rev 26943)
+++ scummvm/trunk/engines/sword1/screen.cpp	2007-05-26 16:59:13 UTC (rev 26944)
@@ -364,7 +364,7 @@
 
 		for (uint16 cnty = 0; cnty < _scrnSizeY; cnty++)
 			for (uint16 cntx = 0; cntx < _scrnSizeX; cntx++) {
-				if (*src = 0)
+				if (*src)
 					if (!SwordEngine::_systemVars.isMac || *src != 255) // see bug #1701058
 						*dest = *src;
 				dest++;


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