From 918e5ab4eed5713056d112ec4e0342683c93590d Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 7 Dec 2010 21:42:05 +0000 Subject: Guh, typos diff --git a/src/interface.c b/src/interface.c index 53d41d8..af679d8 100644 --- a/src/interface.c +++ b/src/interface.c @@ -2888,7 +2888,7 @@ int open_ui(pixel *vid_buf, char *save_id, char *save_date) } } //Delete Button - if(mx > 200 && mx < 200+50 && my > YRES+MENUSIZE-68 && my < YRES+MENUSIZE-50 && (authoritah || myown) && !queue_open && ) { + if(mx > 200 && mx < 200+50 && my > YRES+MENUSIZE-68 && my < YRES+MENUSIZE-50 && (authoritah || myown) && !queue_open) { fillrect(vid_buf, 200, YRES+MENUSIZE-68, 50, 18, 255, 255, 255, 40); if(b && !bq) { //Button Clicked -- cgit v0.9.2-21-gd62e