summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-06-14 14:15:12 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-06-14 14:15:12 (GMT)
commit307fff2e3d476dea95aba73dd41a21a80fe95480 (patch)
tree71d9c323b443adeb10e7164739b41cb03da96b6b /src/interface.c
parent2dd04b917ddc2016099a716e67c50b462e393237 (diff)
downloadpowder-307fff2e3d476dea95aba73dd41a21a80fe95480.zip
powder-307fff2e3d476dea95aba73dd41a21a80fe95480.tar.gz
Fix sim-options icon
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 8aaa111..a0e666c 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -713,7 +713,7 @@ void draw_svf_ui(pixel *vid_buf, int alternate)// all the buttons at the bottom
}
else*/
{
- drawtext(vid_buf, XRES-154+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xCF", 255, 255, 255, 255);
+ drawtext(vid_buf, XRES-156+BARSIZE/*481*/, YRES+(MENUSIZE-13), "\xCF", 255, 255, 255, 255);
drawrect(vid_buf, XRES-159+BARSIZE/*494*/, YRES+(MENUSIZE-16), 14, 14, 255, 255, 255, 255);
}