From: Ricardo Cruz Date: Fri, 7 May 2004 00:22:28 +0000 (+0000) Subject: Replaced - by _ for the flickering input cursor. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7604a29d975c73153942d7b9064e23d2d9e427b6;p=supertux.git Replaced - by _ for the flickering input cursor. This is now possible thankfull to Benjamin's fonts. SVN-Revision: 1017 --- diff --git a/src/menu.cpp b/src/menu.cpp index a8ddf60f1..9d9cb32cc 100644 --- a/src/menu.cpp +++ b/src/menu.cpp @@ -214,7 +214,7 @@ else char str[1024]; if(input_flickering) - sprintf(str,"%s-",input); + sprintf(str,"%s_",input); else sprintf(str,"%s ",input);