diff options
| author | Simon <simon@hardwired.org.uk> | 2010-12-12 13:47:30 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-12-12 13:47:30 (GMT) |
| commit | dc25b3a8116353b84ea3267c78171d2b14624457 (patch) | |
| tree | 2249ee3cc5d130650f27db214344e6ecb82b2a78 /src/interface.c | |
| parent | f1df4cae6ad83902a1166a14327643692490dd3b (diff) | |
| download | powder-dc25b3a8116353b84ea3267c78171d2b14624457.zip powder-dc25b3a8116353b84ea3267c78171d2b14624457.tar.gz | |
Added glyphs for GOL, Heat gradient view and alternate pressure view
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interface.c b/src/interface.c index 955579a..1052a22 100644 --- a/src/interface.c +++ b/src/interface.c @@ -555,10 +555,11 @@ void draw_svf_ui(pixel *vid_buf) drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\x00", 100, 150, 255, 255); break; case CM_CRACK: - drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\x00", 100, 150, 255, 255); + drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xD4", 255, 55, 55, 255); + drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xD5", 55, 255, 55, 255); break; case CM_GRAD: - drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\x00", 100, 150, 255, 255); + drawtext(vid_buf, XRES-29+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xD3", 255, 50, 255, 255); break; } drawrect(vid_buf, XRES-32+BARSIZE/*478*/, YRES+(MENUSIZE-16), 14, 14, 255, 255, 255, 255); |
