Another fix for resolutions between 600 and 768 in the create mp game dialog.

This commit is contained in:
Fabian Müller 2012-10-21 20:54:33 +00:00
parent 224440f115
commit 893a7889cd

View file

@ -55,7 +55,7 @@ const SDL_Rect null_rect = {0, 0, 0, 0};
namespace mp {
create::create(game_display& disp, const config &cfg, chat& c, config& gamelist, bool local_players_only) :
ui(disp, _("Create Game"), cfg, c, gamelist, preferences::resolution().second <= 600),
ui(disp, _("Create Game"), cfg, c, gamelist, preferences::resolution().second < 768),
local_players_only_(local_players_only),
tooltip_manager_(disp.video()),