(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
This commit is contained in:
@@ -46,7 +46,7 @@ enum VehicleFlags {
|
||||
|
||||
struct VehicleRail {
|
||||
/* Link between the two ends of a multiheaded engine */
|
||||
Vehicle *other_multiheaded_part;
|
||||
Train *other_multiheaded_part;
|
||||
|
||||
/* Cached wagon override spritegroup */
|
||||
const struct SpriteGroup *cached_override;
|
||||
|
Reference in New Issue
Block a user