diff options
| -rw-r--r-- | engines/kyra/gui/gui_eob.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/kyra/gui/gui_eob.cpp b/engines/kyra/gui/gui_eob.cpp index ae787a5df6..005c67cb25 100644 --- a/engines/kyra/gui/gui_eob.cpp +++ b/engines/kyra/gui/gui_eob.cpp @@ -241,8 +241,8 @@ void EoBCoreEngine::gui_drawFaceShape(int index) {  	}  	if (_flags.gameID == GI_EOB1) { -		if (c->effectFlags & 4) { -			_screen->fillRect(x, y, x + 31, y + 31, 12); +		if (c->effectFlags & 0x40) { +			_screen->fillRect(x, y, x + 31, y + 31, guiSettings()->colors.guiColorBlack);  			return;  		}  	} else { | 
