| 1319 | } |
| 1320 | |
| 1321 | void TriggerVehicleRandomisation(Vehicle *v, VehicleRandomTrigger trigger) |
| 1322 | { |
| 1323 | v->InvalidateNewGRFCacheOfChain(); |
| 1324 | DoTriggerVehicleRandomisation(v, trigger, 0, true); |
| 1325 | v->InvalidateNewGRFCacheOfChain(); |
| 1326 | } |
| 1327 | |
| 1328 | /* Functions for changing the order of vehicle purchase lists */ |
| 1329 |
no test coverage detected