Changeset - r7636:8f5920590fc8
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-09-26 14:05:09
rubidium@openttd.org
(svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail. Patch by smatz.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/rail_cmd.cpp
Show inline comments
 
@@ -1066,6 +1066,7 @@ static CommandCost DoConvertRail(TileInd
 

	
 
		if (IsTileDepotType(tile, TRANSPORT_RAIL)) {
 
			/* Update build vehicle window related to this depot */
 
			InvalidateWindowData(WC_VEHICLE_DEPOT, tile);
 
			InvalidateWindowData(WC_BUILD_VEHICLE, tile);
 
		}
 

	
0 comments (0 inline, 0 general)