mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Resolves #87 after literally 7 months
This commit is contained in:
parent
4993d2ce39
commit
f290a6c44d
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ void CON_SetupBackColormapEx(INT32 color, boolean prompt)
|
|||
case 12: palindex = 139; break; // Cyan
|
||||
case 13: palindex = 175; shift = 7; break; // Steel
|
||||
case 14: palindex = 159; break; // Blue
|
||||
case 15: palindex = 169; break; // Purple
|
||||
case 15: palindex = 168; shift = 7; break; // Purple
|
||||
case 16: palindex = 187; break; // Magenta
|
||||
case 17: palindex = 199; shift = 7; break; // Lavender
|
||||
case 18: palindex = 207; shift = 7; break; // Rose
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue