mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Fix the green text after reduced pal changes
This commit is contained in:
parent
fdb4ac5c2e
commit
3a045c4cc9
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ static void CON_SetupBackColormap(void)
|
|||
yellowmap[9] = (UINT8)66;
|
||||
purplemap[3] = (UINT8)184;
|
||||
purplemap[9] = (UINT8)186;
|
||||
lgreenmap[3] = (UINT8)102;
|
||||
lgreenmap[3] = (UINT8)98;
|
||||
lgreenmap[9] = (UINT8)106;
|
||||
bluemap[3] = (UINT8)147;
|
||||
bluemap[9] = (UINT8)158;
|
||||
|
|
Loading…
Reference in a new issue