From ac6fdb49e80a27c86f46da1d7e4112fc15d6ba2f Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 11 Nov 2010 21:42:56 -0500 Subject: [PATCH] stupid git, no icon for nothing display, why would there be one --- src/interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.c b/src/interface.c index 9c32c5c40..90684a376 100644 --- a/src/interface.c +++ b/src/interface.c @@ -549,7 +549,7 @@ void draw_svf_ui(pixel *vid_buf) case 6: drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xC4", 100, 150, 255, 255); case 7: - drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xC4", 100, 150, 255, 255); + drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\x00", 100, 150, 255, 255); break; } drawrect(vid_buf, XRES-32+BARSIZE/*478*/, YRES+(MENUSIZE-16), 14, 14, 255, 255, 255, 255);