Render titlebox over storyscreen background (bug #24510)

This commit is contained in:
Charles Dang 2016-03-13 21:05:16 +11:00
parent 8abb0cf3a5
commit 1fcf7ed993

View file

@ -319,6 +319,8 @@ void part_ui::render_background()
video_.getSurface()
);
sdl_blit(background_, NULL, video_.getSurface(), NULL);
// Render the titlebox over the background
render_title_box();
}
bool part_ui::render_floating_images()