mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
missed one
This commit is contained in:
@@ -213,7 +213,7 @@ mda_poll(void *priv)
|
||||
|
||||
// gray is black
|
||||
if (color_fg == 7
|
||||
&& color_bg == 7)
|
||||
&& (color_bg == 7 || color_bg == 0))
|
||||
color_fg = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user