[Scummvm-cvs-logs] scummvm master -> 748b7684b275799893f0b39760edbec1a2d38c98

wjp wjp at usecode.org
Sun Feb 21 01:46:23 CET 2016


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:
748b7684b2 SCI: Clear visible planes in GfxFrameout::clear() too


Commit: 748b7684b275799893f0b39760edbec1a2d38c98
    https://github.com/scummvm/scummvm/commit/748b7684b275799893f0b39760edbec1a2d38c98
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2016-02-21T01:45:28+01:00

Commit Message:
SCI: Clear visible planes in GfxFrameout::clear() too

This caused planes and visibleplanes to go out of sync when loading.

Changed paths:
    engines/sci/graphics/frameout.cpp



diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index 38a7433..76cf4cd 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -151,6 +151,7 @@ void GfxFrameout::run() {
 
 void GfxFrameout::clear() {
 	_planes.clear();
+	_visiblePlanes.clear();
 	_showList.clear();
 }
 






More information about the Scummvm-git-logs mailing list