Home
last modified time | relevance | path

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

/dports/games/simutrans/simutrans-121.0/
H A Dsimworld.cc4195 sint64 total_mail = 1, trans_mail = 0; in restore_history() local
4201 trans_mail += i->get_finance_history_month(m, HIST_MAIL_TRANSPORTED); in restore_history()
4218 finance_history_month[m][WORLD_MAIL_RATIO] = (10000*trans_mail)/total_mail; in restore_history()
4269 sint64 total_mail = 1, trans_mail = 0; in update_history() local
4278 trans_mail += i->get_finance_history_month(0, HIST_MAIL_TRANSPORTED); in update_history()
4302 finance_history_month[0][WORLD_MAIL_RATIO] = (10000*trans_mail)/total_mail; in update_history()