[Scummvm-cvs-logs] SF.net SVN: scummvm:[39109] scummvm/trunk/engines/groovie/graphics.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Mar 4 07:08:30 CET 2009


Revision: 39109
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39109&view=rev
Author:   fingolfin
Date:     2009-03-04 06:08:30 +0000 (Wed, 04 Mar 2009)

Log Message:
-----------
Fixed weirdness in groovie (as reported on scummvm-devel)

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/graphics.cpp

Modified: scummvm/trunk/engines/groovie/graphics.cpp
===================================================================
--- scummvm/trunk/engines/groovie/graphics.cpp	2009-03-04 05:25:31 UTC (rev 39108)
+++ scummvm/trunk/engines/groovie/graphics.cpp	2009-03-04 06:08:30 UTC (rev 39109)
@@ -60,8 +60,8 @@
 			_fading = 0;
 
 			// Clear the buffer when ending the fade out
-			if (_fading == 2)
-				_foreground.fillRect(Common::Rect::Rect(640, 320), 0);
+			if (_fading == 2) 
+				_foreground.fillRect(Common::Rect(640, 320), 0);
 		}
 	}
 


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