summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index e28cc33..fb23073 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -774,7 +774,9 @@ void info_box(pixel *vid_buf, char *msg)
clearrect(vid_buf, x0-2, y0-2, w+4, 28);
drawrect(vid_buf, x0, y0, w, 24, 192, 192, 192, 255);
drawtext(vid_buf, x0+8, y0+8, msg, 192, 192, 240, 255);
+#ifndef RENDERER
sdl_blit(0, 0, (XRES+BARSIZE), YRES+MENUSIZE, vid_buf, (XRES+BARSIZE));
+#endif
}
void copytext_ui(pixel *vid_buf, char *top, char *txt, char *copytxt)