mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-08 14:46:22 +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…
Add table
Reference in a new issue