[solved] - Tooltips: cost of extension building should be cst_multiply_post December 04, 2008, 05:10:54 pm simutrans v100.0 & r2153On the toolbar tooltips, cost of extension buildings show cost of generic_stop.It should be cst_multiply_post.A patch attached.COST_CONSTRUCTION in wkz_station_building_auxCode: [Select] sp->buche(umgebung_t::cst_multiply_post*besch->gib_level()*besch->gib_b()*besch->gib_h(), pos, COST_CONSTRUCTION);[edit]One more problem, cost of airstop is not cst_multiply_airterminal but cst_multiply_station.updated patch. Quote Selected Last Edit: December 17, 2008, 04:01:21 pm by z9999
Re: v100.0&r2153 - Tooltips: cost of extension building should be cst_multiply_p Reply #1 – December 05, 2008, 08:43:19 pm Thank you Quote Selected