Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc4229 sint64 total_goods_year = 1, supplied_goods_year = 0; in restore_history() local
4236 supplied_goods_year += i->get_finance_history_year(y, HIST_GOODS_RECEIVED); in restore_history()
4253 finance_history_year[y][WORLD_GOODS_RATIO] = (10000*supplied_goods_year)/total_goods_year; in restore_history()
4273 sint64 total_goods_year = 1, supplied_goods_year = 0; in update_history() local
4286 supplied_goods_year += i->get_finance_history_year( 0, HIST_GOODS_RECEIVED); in update_history()
4310 finance_history_year[0][WORLD_GOODS_RATIO] = (10000*supplied_goods_year)/total_goods_year; in update_history()