[Scummvm-cvs-logs] SF.net SVN: scummvm:[39110] scummvm/branches/branch-0-13-0/engines/groovie/ graphics.cpp

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


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

Log Message:
-----------
Backported fix for groovie

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/engines/groovie/graphics.cpp

Modified: scummvm/branches/branch-0-13-0/engines/groovie/graphics.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/groovie/graphics.cpp	2009-03-04 06:08:30 UTC (rev 39109)
+++ scummvm/branches/branch-0-13-0/engines/groovie/graphics.cpp	2009-03-04 06:08:50 UTC (rev 39110)
@@ -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