[Scummvm-cvs-logs] SF.net SVN: scummvm:[41525] scummvm/branches/gsoc2009-draci/engines/draci/ sprite.cpp

dkasak13 at users.sourceforge.net dkasak13 at users.sourceforge.net
Sun Jun 14 21:06:47 CEST 2009


Revision: 41525
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41525&view=rev
Author:   dkasak13
Date:     2009-06-14 19:06:46 +0000 (Sun, 14 Jun 2009)

Log Message:
-----------
Removed superfluous return from the Sprite constructor.

Modified Paths:
--------------
    scummvm/branches/gsoc2009-draci/engines/draci/sprite.cpp

Modified: scummvm/branches/gsoc2009-draci/engines/draci/sprite.cpp
===================================================================
--- scummvm/branches/gsoc2009-draci/engines/draci/sprite.cpp	2009-06-14 18:59:31 UTC (rev 41524)
+++ scummvm/branches/gsoc2009-draci/engines/draci/sprite.cpp	2009-06-14 19:06:46 UTC (rev 41525)
@@ -38,7 +38,6 @@
 		
 	if (!columnwise) {
 		memcpy(_data, raw_data, width * height);
-		return;			
 	} else {
 		for (uint16 i = 0; i < width; ++i) {
 			for (uint16 j = 0; j < height; ++j) {


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