Changeset - r8422:03d30efe0306
[Not reviewed]
master
0 1 0
bjarni - 17 years ago 2008-01-27 02:09:46
bjarni@openttd.org
(svn r11992) -Fix (r9905): When building two rail stations close to each other (with control) so they looked like one long track trains would see them as one (spotted and fixed by eddi)
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/station_map.h
Show inline comments
 
@@ -190,6 +190,7 @@ static inline bool IsCompatibleTrainStat
 
		IsRailwayStationTile(t1) &&
 
		IsCompatibleRail(GetRailType(t1), GetRailType(t2)) &&
 
		GetRailStationAxis(t1) == GetRailStationAxis(t2) &&
 
		GetStationIndex(t1) == GetStationIndex(t2) &&
 
		!IsStationTileBlocked(t1);
 
}
 

	
0 comments (0 inline, 0 general)