From 623e4e2fdc4a122c85cefe16cfd6bb09ad1411da Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 5 Sep 2016 19:11:24 +0200 Subject: MACVENTURE: Clear the exits window before drawing the buttons This was a regression from adding background patterns. --- engines/macventure/gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/macventure/gui.cpp b/engines/macventure/gui.cpp index 7cfc211b41..14c99f6cd7 100644 --- a/engines/macventure/gui.cpp +++ b/engines/macventure/gui.cpp @@ -657,6 +657,7 @@ void Gui::drawInventories() { } void Gui::drawExitsWindow() { + _exitsWindow->setBackgroundPattern(kPatternLightGray); Graphics::ManagedSurface *srf = _exitsWindow->getSurface(); -- cgit v1.2.3