diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-25 16:11:17 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-25 16:11:17 (GMT) |
| commit | f5bbc13384308424f3b034547928fd98fa4754c4 (patch) | |
| tree | 4548ee1d56ac701d298104eee31eb198732ffb56 /src/interface.c | |
| parent | 174794c40e94ea63b8efecb7f524e67a348b3e50 (diff) | |
| download | powder-f5bbc13384308424f3b034547928fd98fa4754c4.zip powder-f5bbc13384308424f3b034547928fd98fa4754c4.tar.gz | |
Fix save button
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 c7e325d90..7049d9f 100644 --- a/src/interface.c +++ b/src/interface.c @@ -643,7 +643,7 @@ void draw_svf_ui(pixel *vid_buf, int alternate)// all the buttons at the bottom drawrect(vid_buf, 19, YRES+(MENUSIZE-16), 16, 14, c, c, c, 255); // the save sim button - if(alternate || svf_fileopen) + if(alternate) { fillrect(vid_buf, 36, YRES+(MENUSIZE-16)-1, 152, 16, 255, 255, 255, 255); drawtext(vid_buf, 40, YRES+(MENUSIZE-14), "\x82", 0, 0, 0, 255); |
