Author: shadowmaster
Date: Mon Apr 28 22:28:58 2008
New Revision: 26219

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26219&view=rev
Log:
* Backport r26218 from trunk to branches/1.4

Modified:
    branches/1.4/src/titlescreen.cpp

Modified: branches/1.4/src/titlescreen.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/titlescreen.cpp?rev=26219&r1=26218&r2=26219&view=diff
==============================================================================
--- branches/1.4/src/titlescreen.cpp (original)
+++ branches/1.4/src/titlescreen.cpp Mon Apr 28 22:28:58 2008
@@ -335,6 +335,7 @@
        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);


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to