Remove unnecessary code lines.

This commit is contained in:
Ignacio R. Morelle 2008-11-13 18:17:45 +00:00
parent 4ba4bedb99
commit f4d4d564e5

View File

@ -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));
}