[Scummvm-cvs-logs] SF.net SVN: scummvm:[50435] scummvm/trunk/engines/sci/graphics/screen.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Mon Jun 28 14:13:05 CEST 2010


Revision: 50435
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50435&view=rev
Author:   wjpalenstijn
Date:     2010-06-28 12:13:04 +0000 (Mon, 28 Jun 2010)

Log Message:
-----------
Remove CRs

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/screen.cpp

Modified: scummvm/trunk/engines/sci/graphics/screen.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/screen.cpp	2010-06-28 12:09:48 UTC (rev 50434)
+++ scummvm/trunk/engines/sci/graphics/screen.cpp	2010-06-28 12:13:04 UTC (rev 50435)
@@ -594,9 +594,9 @@
 }
 
 void GfxScreen::scale2x(const byte *src, byte *dst, int16 srcWidth, int16 srcHeight) {
-	const int newWidth = srcWidth * 2;
-	const byte *srcPtr = src;
-
+	const int newWidth = srcWidth * 2;
+	const byte *srcPtr = src;
+
 	for (int y = 0; y < srcHeight; y++) {
 		for (int x = 0; x < srcWidth; x++) {
 			const byte color = *srcPtr++;


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