diff options
Diffstat (limited to 'src/economy.cpp')
-rw-r--r-- | src/economy.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/economy.cpp b/src/economy.cpp index 10be114e2..ccb673bd5 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -989,7 +989,6 @@ static void TriggerIndustryProduction(Industry *i) /** * Makes us a new cargo payment helper. * @param front The front of the train - * @param destinations List to add the destinations of 'our' cargo to */ CargoPayment::CargoPayment(Vehicle *front) : front(front), |