[Scummvm-cvs-logs] scummvm master -> 789b4b694f2fcfd54772feb4032653be03ca75f2

sev- sev at scummvm.org
Tue Dec 10 17:00:27 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
789b4b694f FULLPIPE: Fix drawing artifacts in all scenes


Commit: 789b4b694f2fcfd54772feb4032653be03ca75f2
    https://github.com/scummvm/scummvm/commit/789b4b694f2fcfd54772feb4032653be03ca75f2
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-12-10T07:59:35-08:00

Commit Message:
FULLPIPE: Fix drawing artifacts in all scenes

Changed paths:
    engines/fullpipe/scene.cpp



diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp
index 61ff345..099d85e 100644
--- a/engines/fullpipe/scene.cpp
+++ b/engines/fullpipe/scene.cpp
@@ -450,6 +450,9 @@ void Scene::draw() {
 	debug(6, ">>>>> Scene::draw()");
 	updateScrolling();
 
+	// Clean previous stuff
+	g_fullpipe->_backgroundSurface.fillRect(Common::Rect(0, 0, 799, 599), 0);
+
 	drawContent(60000, 0, true);
 
 	objectList_sortByPriority(_staticANIObjectList2);






More information about the Scummvm-git-logs mailing list