summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-02 13:34:35 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-02 13:34:35 (GMT)
commitf1c493450aa1a5dd1528d3530de1f268c6bf09ff (patch)
tree281aa6ca64c542161563d148ccf80dcebf792810 /src/interface.c
parent3dfce2ad3caa1bef7a17f606053ac6e1c98979ae (diff)
downloadpowder-f1c493450aa1a5dd1528d3530de1f268c6bf09ff.zip
powder-f1c493450aa1a5dd1528d3530de1f268c6bf09ff.tar.gz
Make console_ui cover up right menu margin
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index babece7..c08534d 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -5438,7 +5438,7 @@ char *console_ui(pixel *vid_buf,char error[255],char console_more) {
//fillrect(vid_buf, -1, -1, XRES, 220, 0, 0, 0, 190);
memcpy(old_buf,vid_buf,(XRES+BARSIZE)*YRES*PIXELSIZE);
- fillrect(old_buf, -1, -1, XRES, 220, 0, 0, 0, 190);
+ fillrect(old_buf, -1, -1, XRES+BARSIZE, 220, 0, 0, 0, 190);
currentcommand2 = malloc(sizeof(command_history));
memset(currentcommand2, 0, sizeof(command_history));