svn-id: r24238
This commit is contained in:
Johannes Schickel 2006-10-08 21:23:48 +00:00
parent cb0e8b577d
commit 6474c8cabf

View File

@ -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;