mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-09 03:41:10 +08:00
Fix typo of default foreground color in COLOR command
This commit is contained in:
parent
b72ae82f87
commit
d3019b644b
@ -8699,7 +8699,7 @@ void COLORPGM::Run()
|
||||
bg='0';
|
||||
bgc=40;
|
||||
fg='7';
|
||||
bgc=37;
|
||||
fgc=37;
|
||||
}
|
||||
else
|
||||
back=true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user