From 8cc6bf48463a4d5f0c1f80571b48a9c5c5c0c4ef Mon Sep 17 00:00:00 2001 From: terencehill Date: Mon, 7 May 2012 19:49:32 +0200 Subject: [PATCH] Nicer play symbol --- qcsrc/menu/xonotic/soundlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.39.2