mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(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