From 0f8f0f086f883bb07cee8044143091e553c383e0 Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Tue, 15 Sep 2015 01:53:17 -0400 Subject: [PATCH] fix tooltip text color for FS2 --- src/menuui/mainhallmenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menuui/mainhallmenu.cpp b/src/menuui/mainhallmenu.cpp index ef43dbe..a62152c 100644 --- a/src/menuui/mainhallmenu.cpp +++ b/src/menuui/mainhallmenu.cpp @@ -1935,7 +1935,7 @@ void main_hall_maybe_blit_tooltips() gr_set_shader(&Main_hall_tooltip_shader); gr_shade(0, shader_y, gr_screen.clip_width, (gr_screen.clip_height - shader_y)); - gr_set_color_fast(&Color_white); + gr_set_color_fast(&Color_bright_white); #else gr_set_color_fast(&Color_white); #endif -- 2.39.2