mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 04:04:09 +01:00
Codechange: use std::string_view for ini_key
This commit is contained in:
@@ -440,25 +440,25 @@ static constexpr auto _nested_goal_question_widgets_error = NestedGoalWidgets
|
||||
|
||||
static WindowDesc _goal_question_list_desc[] = {
|
||||
{
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_GOAL_QUESTION, WC_NONE,
|
||||
WindowDefaultFlag::Construction,
|
||||
_nested_goal_question_widgets_question,
|
||||
},
|
||||
{
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_GOAL_QUESTION, WC_NONE,
|
||||
WindowDefaultFlag::Construction,
|
||||
_nested_goal_question_widgets_info,
|
||||
},
|
||||
{
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_GOAL_QUESTION, WC_NONE,
|
||||
WindowDefaultFlag::Construction,
|
||||
_nested_goal_question_widgets_warning,
|
||||
},
|
||||
{
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_GOAL_QUESTION, WC_NONE,
|
||||
WindowDefaultFlag::Construction,
|
||||
_nested_goal_question_widgets_error,
|
||||
|
||||
Reference in New Issue
Block a user