Edit the filter condition of the passenger train row in the train select screen to allow the display of 4E and traxx trains, which operate interchangeably on some lines.
Also simplified the condition, as I think it was redundant. Before it checked for 10000 <= train number < 100000 OR train number < 10000.
Hope I did everything right, and thanks in advance for reviewing
Edit the filter condition of the passenger train row in the train select screen to allow the display of 4E and traxx trains, which operate interchangeably on some lines.
Also simplified the condition, as I think it was redundant. Before it checked for 10000 <= train number < 100000 OR train number < 10000.
Hope I did everything right, and thanks in advance for reviewing
Closes #97