Changeset - r19938:9607b3bf5142
[Not reviewed]
master
0 1 0
planetmaker - 11 years ago 2013-01-08 17:44:39
planetmaker@openttd.org
(svn r24894) -Fix [FS#5434]: Invalidate station selection window when station spread changes (based on patch by juanjo)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/settings.cpp
Show inline comments
 
@@ -811,7 +811,7 @@ static bool InvalidateDetailsWindow(int3
 

	
 
static bool InvalidateStationBuildWindow(int32 p1)
 
{
 
	SetWindowDirty(WC_BUILD_STATION, 0);
 
	InvalidateWindowData(WC_SELECT_STATION, 0);
 
	return true;
 
}
 

	
0 comments (0 inline, 0 general)