The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: z9999+ on November 03, 2012, 05:18:14 AM

Title: [112.0] Replacing duplicated station name will change from "station" to "Bf"
Post by: z9999+ on November 03, 2012, 05:18:14 AM
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".
Title: Re: [112.0] Replacing duplicated station name will change from "station" to "Bf"
Post by: prissi on November 03, 2012, 09:04:49 PM
Thank you, fixed.