diff options
author | Johannes Schickel | 2006-10-08 21:23:48 +0000 |
---|---|---|
committer | Johannes Schickel | 2006-10-08 21:23:48 +0000 |
commit | 6474c8cabf245e8e48a9ac721688a8e6c14cfac4 (patch) | |
tree | 6bd36ccef028b098b3e68f2e1d35ca2e015f75b5 /gui | |
parent | cb0e8b577dd06a57c4f3fac298523cf169f9f9a9 (diff) | |
download | scummvm-rg350-6474c8cabf245e8e48a9ac721688a8e6c14cfac4.tar.gz scummvm-rg350-6474c8cabf245e8e48a9ac721688a8e6c14cfac4.tar.bz2 scummvm-rg350-6474c8cabf245e8e48a9ac721688a8e6c14cfac4.zip |
Oops...
svn-id: r24238
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ThemeClassic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ThemeClassic.cpp b/gui/ThemeClassic.cpp index 7bea40c715..2b342b2cdd 100644 --- a/gui/ThemeClassic.cpp +++ b/gui/ThemeClassic.cpp @@ -489,7 +489,7 @@ void ThemeClassic::restoreBackground(Common::Rect r, bool special) { #ifdef CT_NO_TRANSPARENCY _screen.fillRect(r, _bgcolor); #else - if (_dialog && !_enableBlending) { + if (_dialog) { if (!_dialog->screen.pixels) { _screen.fillRect(r, _bgcolor); return; |