mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
Remove unnecessary code lines.
This commit is contained in:
parent
4ba4bedb99
commit
f4d4d564e5
@ -179,8 +179,6 @@ bool show_intro_part(display &disp, const config& part,
|
||||
const SDL_Rect area = {0,0,video.getx(),video.gety()};
|
||||
const SDL_Rect txt_shadow_rect = font::line_size(scenario, font::SIZE_XLARGE);
|
||||
draw_solid_tinted_rectangle(dstrect.x + 15,dstrect.y + 15,txt_shadow_rect.w + 10,txt_shadow_rect.h + 10,0,0,0,0.5,video.getSurface());
|
||||
|
||||
font::draw_text(NULL,area,font::SIZE_XLARGE,font::BIGMAP_COLOUR,scenario,0,0);
|
||||
update_rect(font::draw_text(&video,area,font::SIZE_XLARGE,font::BIGMAP_COLOUR,scenario,
|
||||
dstrect.x + 20,dstrect.y + 20));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user