Dialogue dark mode: Speaker highlight update

This commit is contained in:
toaster 2024-03-15 22:02:36 +00:00
parent 97dfe7a010
commit 5d8a86ca55

View file

@ -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;