# HG changeset patch # User rubidium # Date 1243327893 0 # Node ID 985b63dd75b453825bc5229a494450cad61e3425 # Parent 06b1b5dce847bad97e5234dc9b275b39457c4df4 (svn r16426) -Fix [FS#2921] (r16390): articulated parts got the wrong image assigned diff --git a/src/articulated_vehicles.cpp b/src/articulated_vehicles.cpp --- a/src/articulated_vehicles.cpp +++ b/src/articulated_vehicles.cpp @@ -341,7 +341,7 @@ rv->roadtype = front->roadtype; rv->compatible_roadtypes = front->compatible_roadtypes; - rv->spritenum = e_artic->image_index; + rv->spritenum = e_artic->u.road.image_index; if (e_artic->CanCarryCargo()) { rv->cargo_type = e_artic->GetDefaultCargoType(); rv->cargo_cap = e_artic->u.road.capacity; // Callback 36 is called when the consist is finished