X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmenu.cpp;h=a4e7ceb8bd7b461a7ac6884e18a7e970931de471;hb=b19aa4f5b8e4bb2382efb0144d70551c1adc4b60;hp=720793614be1a38c3bb31194fcdd75a474fb68d2;hpb=09dfa613ae4493d2041ed155c27c139bccf803ae;p=supertux.git diff --git a/src/menu.cpp b/src/menu.cpp index 720793614..a4e7ceb8b 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -91,7 +91,7 @@ bool confirm_dialog(Surface *background, std::string text) } if(background == NULL) - context.draw_gradient(Color(200, 100, 200), Color(100, 200, 100), LAYER_BACKGROUND0); + context.draw_gradient(Color(200,240,220), Color(200,200,220), LAYER_BACKGROUND0); else context.draw_surface(background, Vector(0,0), LAYER_BACKGROUND0); @@ -238,9 +238,9 @@ std::string MenuItem::get_input_with_symbol(bool active_item) char str[1024]; if(input_flickering) - sprintf(str,"%s_",input); - else sprintf(str,"%s ",input); + else + sprintf(str,"%s_",input); std::string string = str;