Unverified Commit a1d7955b authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add Siemens Desiro HC

parent 35677968
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ my %model_name = (
	'442'      => [ 'Talent 2',       'BR 442' ],
	'445'      => [ 'Twindexx Vario', 'BR 445' ],
	'446'      => [ 'Twindexx Vario', 'BR 446' ],
	'462'      => [ 'Desiro HC',      'BR 462' ],
	'463'      => [ 'Mireo',          'BR 463' ],
	'475'      => [ 'TGV',            'BR 475' ],
	'612'      => [ 'RegioSwinger',   'BR 612' ],
@@ -485,6 +486,7 @@ sub wagongroup_subtype {
		'442'      => 0,
		'445'      => 0,
		'446'      => 0,
		'462'      => 0,
		'463'      => 0,
		'475'      => 0,
		'612'      => 0,
@@ -580,6 +582,11 @@ sub wagongroup_subtype {
		{
			$ml{'442'}++;
		}
		elsif ($wagon->model == 462
			or $wagon->model == 862 )
		{
			$ml{'462'}++;
		}
		elsif ($wagon->model == 463
			or $wagon->model == 863 )
		{