diff --git a/src/k_dialogue.cpp b/src/k_dialogue.cpp index 7d4b07bdf..40e5674ee 100644 --- a/src/k_dialogue.cpp +++ b/src/k_dialogue.cpp @@ -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;