Fix sim-options icon

This commit is contained in:
Simon Robertshaw 2011-06-14 15:15:12 +01:00
parent 2dd04b917d
commit 307fff2e3d

View File

@ -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);
}