Skip to content

Commit

Permalink
Don't let gamemode menu welcome text be selectable (11547)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlins committed Jul 21, 2018
1 parent 01cda4c commit a814211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crawl-ref/source/newgame.cc
Expand Up @@ -2282,6 +2282,7 @@ static void _prompt_gamemode_map(newgame_def& ng, newgame_def& ng_choice,
welcome_text->set_text(welcome.to_colour_string());
welcome_text->set_bounds(coord_def(1, 1), coord_def(ui_w+1, 5));
welcome_text->set_visible(true);
welcome_text->allow_highlight(false);
freeform->attach_item(welcome_text);

freeform->set_visible(true);
Expand Down

0 comments on commit a814211

Please sign in to comment.