diff options
| author | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-12 02:42:56 (GMT) |
|---|---|---|
| committer | Philip <philip@philip-linuxlaptop.(none)> | 2010-11-12 02:42:56 (GMT) |
| commit | ac6fdb49e80a27c86f46da1d7e4112fc15d6ba2f (patch) | |
| tree | c3768a904f46cc94eb80de4d366062dafdb2e643 /src/interface.c | |
| parent | c23938eb6a2fd6b01386a398c14d4bfe37d4b4ca (diff) | |
| download | powder-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.c | 2 |
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); |
