bug #6313 was fixed but the coding error existed also in an other place.
This commit is contained in:
parent
b485f1b8f5
commit
7a7baa2dc3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue