From 307fff2e3d476dea95aba73dd41a21a80fe95480 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Tue, 14 Jun 2011 15:15:12 +0100 Subject: Fix sim-options icon 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); } -- cgit v0.9.2-21-gd62e