use title_screen style in credits,

(transparent without blur). The scrolling+blur was very laggy
This commit is contained in:
Ali El Gariani 2007-06-22 19:29:03 +00:00
parent caaa46fd7d
commit 3f56cc5f5a

View file

@ -228,7 +228,7 @@ void show_about(display &disp, std::string campaign)
map_rect.w * 13 / 16,
map_rect.h - top_margin - bottom_margin
};
gui::dialog_frame f(disp.video(), "", &gui::dialog::message_style);
gui::dialog_frame f(disp.video(), "", &gui::dialog::titlescreen_style);
f.layout(frame_area);
f.draw_background();