From gui/convoi_detail_t.cc:
sprintf( tmp, "%s %i", translator::translate("Station tiles:"), cnv->get_tile_length() );
From gui/components/gui_convoy_assembler.cc
translator::translate("Station tiles:"), (vsum.length + TILE_STEPS - 1) / TILE_STEPS);
From: gui/components/gui_convoy_label.cc
translator::translate("Station tiles:"), (convoy.get_vehicle_summary().length + TILE_STEPS - 1)/TILE_STEPS);
As I can see get_tile_length is not '(vehicle_summary.length + TILE_STEPS - 1)/TILE_STEPS)'
What version is right?
Thanks for spotting out this source of inconsistency.
I changed the code for convoy_summary_t.
It is not merged to main simutrans-exp repository. Why?
James did not merge anything to the main simutrans-exp. We have to wait...
Sorry for being slow with the updating - I have been rather preoccupied recently, but am catching up now. I have merged all of the latest updates into the -devel branch.
James, please merge this patch too (from Gabriel master brunch). It is very annoying bug.
Ahh, I'd forgotten about this patch - thank you for reminding me! Merging now.