mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 17:22:17 +00:00
Dialogue dark mode: Speaker highlight update
This commit is contained in:
parent
97dfe7a010
commit
5d8a86ca55
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ void Dialogue::Draw(void)
|
|||
return;
|
||||
}
|
||||
|
||||
const UINT8 bgcol = 235, speakerhilicol = 1;
|
||||
const UINT8 bgcol = 235, speakerhilicol = 240;
|
||||
|
||||
const fixed_t height = 78 * FRACUNIT;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue