(svn r23290) -Fix [FS#2379,FS#3569]: Change the centre of train vehicles to depend on the vehicle length instead of being fixed at 4/8th of the original vehicle length to make sure shortened vehicles don't block tiles they shouldn't block.
This commit is contained in:
@@ -2667,6 +2667,9 @@ bool AfterLoadGame()
|
||||
}
|
||||
}
|
||||
|
||||
/* The center of train vehicles was changed, fix up spacing. */
|
||||
if (IsSavegameVersionBefore(164)) FixupTrainLengths();
|
||||
|
||||
/* When any NewGRF has been changed the availability of some vehicles might
|
||||
* have been changed too. e->company_avail must be set to 0 in that case
|
||||
* which is done by StartupEngines(). */
|
||||
|
Reference in New Issue
Block a user