Fix #9087: NewGRF invalidation calls ReInitAllWindows with wrong parameter. (#10102)

pull/451/head
PeterN 2 years ago committed by GitHub
parent 3a11a2ed0e
commit b04298f131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -286,7 +286,7 @@ static void InvalidateNewGRFChangeWindows(int32 new_value)
{
InvalidateWindowClassesData(WC_SAVELOAD);
CloseWindowByClass(WC_GAME_OPTIONS);
ReInitAllWindows(_gui_zoom_cfg);
ReInitAllWindows(false);
}
static void InvalidateCompanyLiveryWindow(int32 new_value)

Loading…
Cancel
Save