mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01:00
Codechange: use std::string_view for ini_key
This commit is contained in:
@@ -141,7 +141,7 @@ struct EnginePreviewWindow : Window {
|
||||
};
|
||||
|
||||
static WindowDesc _engine_preview_desc(
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WDP_CENTER, {}, 0, 0,
|
||||
WC_ENGINE_PREVIEW, WC_NONE,
|
||||
WindowDefaultFlag::Construction,
|
||||
_nested_engine_preview_widgets
|
||||
|
||||
Reference in New Issue
Block a user