summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-12 02:42:56 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-12 02:42:56 (GMT)
commitac6fdb49e80a27c86f46da1d7e4112fc15d6ba2f (patch)
treec3768a904f46cc94eb80de4d366062dafdb2e643 /src/interface.c
parentc23938eb6a2fd6b01386a398c14d4bfe37d4b4ca (diff)
downloadpowder-ac6fdb49e80a27c86f46da1d7e4112fc15d6ba2f.zip
powder-ac6fdb49e80a27c86f46da1d7e4112fc15d6ba2f.tar.gz
stupid git, no icon for nothing display, why would there be one
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 9c32c5c..90684a3 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);