Backport 2008-04-28T20:22:56Z!shadowm@wesnoth.org from trunk to branches/1.4
This commit is contained in:
parent
2d550a28e2
commit
114b28055d
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ TITLE_RESULT show_title(game_display& screen, config& tips_of_day)
|
|||
const size_t versiony = screen.h() - version_area.h;
|
||||
|
||||
if(versiony < size_t(screen.h())) {
|
||||
draw_solid_tinted_rectangle(0, versiony, version_area.w, version_area.h,0,0,0,0.75,screen.video().getSurface());
|
||||
font::draw_text(&screen.video(),screen.screen_area(),
|
||||
font::SIZE_TINY, font::NORMAL_COLOUR,
|
||||
version_str,0,versiony);
|
||||
|
|
Loading…
Add table
Reference in a new issue