Author: alink
Date: Wed Apr 25 22:27:14 2007
New Revision: 17099

URL: http://svn.gna.org/viewcvs/wesnoth?rev=17099&view=rev
Log:
bug #6313 was fixed but the coding error existed also in an other 
place.

Modified:
    trunk/src/intro.cpp

Modified: trunk/src/intro.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/intro.cpp?rev=17099&r1=17098&r2=17099&view=diff
==============================================================================
--- trunk/src/intro.cpp (original)
+++ trunk/src/intro.cpp Wed Apr 25 22:27:14 2007
@@ -331,7 +331,7 @@
                        disp.delay(20);
        }
 
-       draw_solid_tinted_rectangle(0,0,video.getx()-1,video.gety()-1,0,0,0,1.0,
+       draw_solid_tinted_rectangle(0,0,video.getx(),video.gety(),0,0,0,1.0,
                                      video.getSurface());
 
        return true;


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

Reply via email to