summaryrefslogtreecommitdiff
path: root/train.h
diff options
context:
space:
mode:
Diffstat (limited to 'train.h')
-rw-r--r--train.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/train.h b/train.h
index 318552656..aead2f2ca 100644
--- a/train.h
+++ b/train.h
@@ -222,6 +222,6 @@ uint CountArticulatedParts(EngineID engine_type);
int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
void CcCloneTrain(bool success, TileIndex tile, uint32 p1, uint32 p2);
-byte FreightWagonMult(const Vehicle *v);
+byte FreightWagonMult(CargoID cargo);
#endif /* TRAIN_H */