author | peter1138 |
Fri, 01 Feb 2008 20:10:57 +0000 | |
changeset 8962 | 769b0c4cee15 |
parent 8961 | 0be32f48afb4 |
child 8963 | 4b41ed1df7e5 |
--- a/src/station_cmd.cpp Fri Feb 01 17:27:45 2008 +0000 +++ b/src/station_cmd.cpp Fri Feb 01 20:10:57 2008 +0000 @@ -2088,7 +2088,7 @@ total_offset = rti->total_offset; custom_ground_offset = rti->custom_ground_offset; } else { - roadtypes = GetRoadTypes(ti->tile); + roadtypes = IsRoadStop(ti->tile) ? GetRoadTypes(ti->tile) : ROADTYPES_NONE; total_offset = 0; custom_ground_offset = 0; }