MACVENTURE: Clear the exits window before drawing the buttons

This was a regression from adding background patterns.
This commit is contained in:
Torbjörn Andersson 2016-09-05 19:11:24 +02:00
parent c4368a7cd2
commit 623e4e2fdc

View File

@ -657,6 +657,7 @@ void Gui::drawInventories() {
}
void Gui::drawExitsWindow() {
_exitsWindow->setBackgroundPattern(kPatternLightGray);
Graphics::ManagedSurface *srf = _exitsWindow->getSurface();