summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorPhilip <philip@philip-linuxlaptop.(none)>2010-11-12 02:38:43 (GMT)
committer Philip <philip@philip-linuxlaptop.(none)>2010-11-12 02:38:43 (GMT)
commitc23938eb6a2fd6b01386a398c14d4bfe37d4b4ca (patch)
treec7b6ebde9af7da3e1e04442d5adeb674966faa77 /src/interface.c
parentbf1d90d7c3283b9a145ea98d6b1802465ea259b4 (diff)
downloadpowder-c23938eb6a2fd6b01386a398c14d4bfe37d4b4ca.zip
powder-c23938eb6a2fd6b01386a398c14d4bfe37d4b4ca.tar.gz
Nothing display, for pilojo, called it cracker display for lulz, also won the race against antb, which didnt last long, he went on a baloon trip.
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index 45d1efd..9c32c5c 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -548,6 +548,8 @@ void draw_svf_ui(pixel *vid_buf)
break;
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);
break;
}
drawrect(vid_buf, XRES-32+BARSIZE/*478*/, YRES+(MENUSIZE-16), 14, 14, 255, 255, 255, 255);
@@ -1769,6 +1771,8 @@ void set_cmode(int cm)
}
else if(cmode==1)
strcpy(itc_msg, "Pressure Display");
+ else if(cmode==7)
+ strcpy(itc_msg, "Cracker Display");
else
strcpy(itc_msg, "Velocity Display");
}