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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Sun Jul 1 12:08:00 CEST 2007


Revision: 27817
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27817&view=rev
Author:   peres001
Date:     2007-07-01 03:07:59 -0700 (Sun, 01 Jul 2007)

Log Message:
-----------
Removed some paranoia screen updates. May cause some minor glitches.

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

Modified: scummvm/trunk/engines/parallaction/graphics.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/graphics.cpp	2007-07-01 02:01:19 UTC (rev 27816)
+++ scummvm/trunk/engines/parallaction/graphics.cpp	2007-07-01 10:07:59 UTC (rev 27817)
@@ -306,8 +306,6 @@
 		d += SCREEN_WIDTH;
 	}
 
-	if (buffer == kBitFront) updateScreen();
-
 	return;
 }
 
@@ -350,8 +348,6 @@
 		d += (SCREEN_WIDTH - q.width());
 	}
 
-	if (buffer == kBitFront) updateScreen();
-
 	return;
 
 }
@@ -389,8 +385,6 @@
 		d += (SCREEN_WIDTH - q.right + q.left);
 	}
 
-	if (buffer == kBitFront) updateScreen();
-
 	return;
 
 }


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