From 8a962b2f9605672627c077d2878c03fab53495a4 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Fri, 18 Nov 2011 15:36:58 +0000 Subject: Live parts rendering for render_ui diff --git a/src/interface.c b/src/interface.c index b874880..b44d1cd 100644 --- a/src/interface.c +++ b/src/interface.c @@ -6375,6 +6375,7 @@ void render_ui(pixel * vid_buf, int xcoord, int ycoord, int orientation) my /= sdl_scale; memcpy(vid_buf, o_vid_buf, ((YRES+MENUSIZE) * (XRES+BARSIZE)) * PIXELSIZE); + render_parts(vid_buf); clearrect(vid_buf, xcoord-2, ycoord-2, xsize+4, ysize+4); drawrect(vid_buf, xcoord, ycoord, xsize, ysize, 192, 192, 192, 255); -- cgit v0.9.2-21-gd62e