diff options
| author | Simon <simon@hardwired.org.uk> | 2010-12-07 21:42:05 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-12-07 21:42:05 (GMT) |
| commit | 918e5ab4eed5713056d112ec4e0342683c93590d (patch) | |
| tree | 1f7e446c0cc35739796f030a9b08789a107e1500 /src/interface.c | |
| parent | ac8701eb304c452f49bb806c2db08b0118d5d21c (diff) | |
| download | powder-918e5ab4eed5713056d112ec4e0342683c93590d.zip powder-918e5ab4eed5713056d112ec4e0342683c93590d.tar.gz | |
Guh, typos
Diffstat (limited to 'src/interface.c')
| -rw-r--r-- | src/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
