mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 07:29:44 +00:00
Fix: Don't allow right-click to close world generation progress window. (#13084)
This commit is contained in:
parent
8c395ed67c
commit
57ac1cbe0c
@ -1339,7 +1339,7 @@ static constexpr NWidgetPart _nested_generate_progress_widgets[] = {
|
||||
static WindowDesc _generate_progress_desc(
|
||||
WDP_CENTER, nullptr, 0, 0,
|
||||
WC_MODAL_PROGRESS, WC_NONE,
|
||||
0,
|
||||
WDF_NO_CLOSE,
|
||||
_nested_generate_progress_widgets
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user