mirror of https://github.com/OpenTTD/OpenTTD
(svn r22193) -Fix: Invalidate the object build window when using the date cheat
parent
5ad2b30b0b
commit
ca61ae0b0a
|
@ -125,6 +125,7 @@ static int32 ClickChangeDateCheat(int32 p1, int32 p2)
|
|||
EnginesMonthlyLoop();
|
||||
SetWindowDirty(WC_STATUS_BAR, 0);
|
||||
InvalidateWindowClassesData(WC_BUILD_STATION, 0);
|
||||
InvalidateWindowClassesData(WC_BUILD_OBJECT, 0);
|
||||
ResetSignalVariant();
|
||||
return _cur_year;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue