Skip to content

Commit 3775f62

Browse files
committed
Fixed Class 315 pantograph position
1 parent 1a93983 commit 3775f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/trains/emu/BR315.pnml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ switch(FEAT_TRAINS, SELF, sw_315_cargo_subtype_text, cargo_subtype) {
152152
}
153153

154154
switch(FEAT_TRAINS, SELF, switch_articulated_BR315, extra_callback_info1) {
155-
1: return item_BR315_b;
156-
2: return item_BR315_c;
155+
1: return item_BR315_c;
156+
2: return item_BR315_b;
157157
3: return item_BR315_d;
158158
return CB_RESULT_NO_MORE_ARTICULATED_PARTS;
159159
}

0 commit comments

Comments
 (0)