mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const UINT8 bgcol = 235, speakerhilicol = 1;
|
const UINT8 bgcol = 235, speakerhilicol = 240;
|
||||||
|
|
||||||
const fixed_t height = 78 * FRACUNIT;
|
const fixed_t height = 78 * FRACUNIT;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue