Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc4178 sint64 transported_year = 0; in restore_history() local
4181transported_year += players[i]->get_finance()->get_history_veh_year( TT_ALL, y, ATV_TRANSPORTED ); in restore_history()
4184 …finance_history_year[y][WORLD_TRANSPORTED_GOODS] = max(transported_year, finance_history_year[y][W… in restore_history()
4314 sint64 transported_year = 0; in update_history() local
4319transported_year += players[i]->get_finance()->get_history_veh_year( TT_ALL, 0, ATV_TRANSPORTED_GO… in update_history()
4323 finance_history_year[0][WORLD_TRANSPORTED_GOODS] = transported_year; in update_history()