bug #6313 was fixed but the coding error existed also in an other place.

This commit is contained in:
Ali El Gariani 2007-04-25 20:27:14 +00:00
parent b485f1b8f5
commit 7a7baa2dc3

View file

@ -331,7 +331,7 @@ bool show_intro_part(display &disp, const config& part,
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;