- fixed: The text screen's color #6 should be brown, not dark yellow.

SVN r3687 (trunk)
This commit is contained in:
Christoph Oelckers 2012-06-15 07:17:30 +00:00
parent af30e933e4
commit 970d5afcd2

View file

@ -246,7 +246,7 @@ static const RGBQUAD TextModePalette[16] =
{ MD, MD, 0, 0 }, // 3 cyan
{ 0, 0, MD, 0 }, // 4 red
{ MD, 0, MD, 0 }, // 5 magenta
{ 0, MD, MD, 0 }, // 6 brown
{ 0, LO, MD, 0 }, // 6 brown
{ MD, MD, MD, 0 }, // 7 light gray
{ LO, LO, LO, 0 }, // 8 dark gray