From: terencehill Date: Mon, 7 May 2012 17:49:32 +0000 (+0200) Subject: Nicer play symbol X-Git-Tag: xonotic-v0.8.1~157^2~27 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8cc6bf48463a4d5f0c1f80571b48a9c5c5c0c4ef;p=xonotic%2Fxonotic-data.pk3dir.git Nicer play symbol --- diff --git a/qcsrc/menu/xonotic/soundlist.c b/qcsrc/menu/xonotic/soundlist.c index 784b38c96..17d53833c 100644 --- a/qcsrc/menu/xonotic/soundlist.c +++ b/qcsrc/menu/xonotic/soundlist.c @@ -120,8 +120,7 @@ void XonoticSoundList_drawListBoxItem(entity me, float i, vector absSize, float { float f = cvar("music_playlist_sampleposition0"); if(f == 0 || (((time * 2) & 1) && f > 0)) - s = ">"; - draw_Text(me.realUpperMargin * eY, s, me.realFontSize, '1 1 1', SKINALPHA_TEXT, 0); + draw_Text(me.realUpperMargin * eY, chr(0xE000 + 141), me.realFontSize, '1 1 1', SKINALPHA_TEXT, 0); } s = me.soundName(me,i);