summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-25 15:00:52 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-25 15:00:52 (GMT)
commitb9ec7d8654d161e9646780989db77c47f48a698d (patch)
tree684cd1ce2cc7b04fef0454280273c40430b68029 /src/interface.c
parent565a3e10e46b487af4194da0c7710c36761be144 (diff)
downloadpowder-b9ec7d8654d161e9646780989db77c47f48a698d.zip
powder-b9ec7d8654d161e9646780989db77c47f48a698d.tar.gz
Fix another blending issue and search_ui display clearing
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.c b/src/interface.c
index 229ec88..7e4e59d 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -3199,6 +3199,7 @@ int search_ui(pixel *vid_buf)
drawtext(vid_buf, gx+(w-textwidth(search_owners[mp]))/2, gy+YRES/GRID_Z+16, search_owners[mp], 128, 128, 128, 255);
}
+ clearScreen(1.0f);
sdl_blit(0, 0, (XRES+BARSIZE), YRES+MENUSIZE, vid_buf, (XRES+BARSIZE));
ui_edit_process(mx, my, b, &ed);