Fix Close button not showing up in Credits

This commit is contained in:
Charles Dang 2016-01-17 11:44:14 +11:00
parent fe515a4ae9
commit ec49d2a678

View File

@ -250,7 +250,6 @@ void show_about(CVideo &video, const std::string &campaign)
gui::button close(video,_("Close"));
close.set_location((screen->w/2)-(close.width()/2), screen->h - 30);
close.set_volatile(true);
const int def_size = font::SIZE_XLARGE;
const SDL_Color def_color = font::NORMAL_COLOR;