(svn r23773) -Change: [NewGRF] Update all cached train properties if a train vehicle enters a new railtype.
This commit is contained in:
@@ -530,6 +530,9 @@ void FixupTrainLengths()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Update all cached properties after moving the vehicle chain around. */
|
||||
Train::From(v)->ConsistChanged(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user