(svn r4383) - Codechange: Remove extraneous code from 4354; no need to get RailTypeInfo when we already have it...

This commit is contained in:
peter1138
2006-04-12 12:33:21 +00:00
parent 46eab6aec6
commit 7b6e932d82
3 changed files with 3 additions and 3 deletions

View File

@@ -1955,7 +1955,7 @@ static void DrawTile_Station(TileInfo *ti)
if (image & PALETTE_MODIFIER_COLOR) image |= image_or_modificator;
// For custom sprites, there's no railtype-based pitching.
offset = (image & SPRITE_MASK) < _custom_sprites_base ? rti->total_offset : GetRailTypeInfo(railtype)->custom_ground_offset;
offset = (image & SPRITE_MASK) < _custom_sprites_base ? rti->total_offset : rti->custom_ground_offset;
image += offset;
// station_land array has been increased from 82 elements to 114