News:

Simutrans.com Portal
Our Simutrans site. You can find everything about Simutrans from here.

[112.0] Replacing duplicated station name will change from "station" to "Bf"

Started by z9999+, November 03, 2012, 05:18:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

z9999+

After reloading savegame, duplicated station name will change from "station" to "Bf".

simhalt.cc:2603

else if(  station_type & (railstation|monorailstop|maglevstop|narrowgaugestop)  ) {
new_name = create_name( get_basis_pos(), "Bf" );
}


"Bf" should be "BF".