mirror of
https://github.com/OpenTTD/OpenTTD
synced 2025-12-22 04:32:47 +01:00
Codechange: use std::string_view for ini_key
This commit is contained in:
@@ -443,7 +443,7 @@ static constexpr NWidgetPart _nested_select_game_widgets[] = {
|
||||
};
|
||||
|
||||
static WindowDesc _select_game_desc(
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_SELECT_GAME, WC_NONE,
|
||||
WindowDefaultFlag::NoClose,
|
||||
_nested_select_game_widgets
|
||||
|
||||
Reference in New Issue
Block a user