mirror of
https://github.com/OpenTTD/OpenTTD
synced 2025-12-16 09:52:08 +01:00
(svn r24899) -Fix [FS#5434]: Also the station build window needs redrawing when the station spread changes (based on patch by juanjo)
This commit is contained in:
@@ -809,9 +809,10 @@ static bool InvalidateDetailsWindow(int32 p1)
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool InvalidateStationBuildWindow(int32 p1)
|
||||
static bool StationSpreadChanged(int32 p1)
|
||||
{
|
||||
InvalidateWindowData(WC_SELECT_STATION, 0);
|
||||
InvalidateWindowData(WC_BUILD_STATION, 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user