mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
Oops...
svn-id: r24238
This commit is contained in:
parent
cb0e8b577d
commit
6474c8cabf
@ -489,7 +489,7 @@ void ThemeClassic::restoreBackground(Common::Rect r, bool special) {
|
|||||||
#ifdef CT_NO_TRANSPARENCY
|
#ifdef CT_NO_TRANSPARENCY
|
||||||
_screen.fillRect(r, _bgcolor);
|
_screen.fillRect(r, _bgcolor);
|
||||||
#else
|
#else
|
||||||
if (_dialog && !_enableBlending) {
|
if (_dialog) {
|
||||||
if (!_dialog->screen.pixels) {
|
if (!_dialog->screen.pixels) {
|
||||||
_screen.fillRect(r, _bgcolor);
|
_screen.fillRect(r, _bgcolor);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user