Home
last modified time | relevance | path

Searched refs:accepted_total (Results 1 – 1 of 1) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Deconomy.cpp1097 uint accepted_total = HasBit(st->always_accepted, cargo_type) ? num_pieces : accepted_ind; in DeliverGoods() local
1100 if (accepted_total > 0) { in DeliverGoods()
1107 company->cur_economy.delivered_cargo[cargo_type] += accepted_total; in DeliverGoods()
1111 st->town->received[cs->town_effect].new_act += accepted_total; in DeliverGoods()
1114 …Money profit = GetTransportedGoodsIncome(accepted_total, DistanceManhattan(source_tile, st->xy), d… in DeliverGoods()
1117 AddCargoDelivery(cargo_type, company->index, accepted_total - accepted_ind, src_type, src, st); in DeliverGoods()