diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/macventure/gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |