mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- fixed: The text screen's color #6 should be brown, not dark yellow.
SVN r3687 (trunk)
This commit is contained in:
parent
af30e933e4
commit
970d5afcd2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue