mirror of https://github.com/OpenTTD/OpenTTD
pull/10103/head
parent
3a11a2ed0e
commit
b04298f131
|
@ -286,7 +286,7 @@ static void InvalidateNewGRFChangeWindows(int32 new_value)
|
||||||
{
|
{
|
||||||
InvalidateWindowClassesData(WC_SAVELOAD);
|
InvalidateWindowClassesData(WC_SAVELOAD);
|
||||||
CloseWindowByClass(WC_GAME_OPTIONS);
|
CloseWindowByClass(WC_GAME_OPTIONS);
|
||||||
ReInitAllWindows(_gui_zoom_cfg);
|
ReInitAllWindows(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void InvalidateCompanyLiveryWindow(int32 new_value)
|
static void InvalidateCompanyLiveryWindow(int32 new_value)
|
||||||
|
|
Loading…
Reference in New Issue