From e9bef896462d6f99c4c89672de90c99e879415a2 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 3 Jul 2017 16:05:48 -0500 Subject: SCI32: Remove useless call The show list is already cleared by showBits so it does not need to be cleared a second time. --- engines/sci/graphics/transitions32.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/engines/sci/graphics/transitions32.cpp b/engines/sci/graphics/transitions32.cpp index b5e498528d..8f18a60971 100644 --- a/engines/sci/graphics/transitions32.cpp +++ b/engines/sci/graphics/transitions32.cpp @@ -83,7 +83,6 @@ void GfxTransitions32::addShowRect(const Common::Rect &rect) { void GfxTransitions32::sendShowRects() { g_sci->_gfxFrameout->showBits(); - clearShowRects(); throttle(); } -- cgit v1.2.3