Init attach_offset with 0

master
Amelie DUVERNET 2021-05-28 15:23:52 +02:00 committed by Mathis
parent e618bcaabe
commit 2de1a34b63
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ advtrains.register_wagon("engine_zugspitzbahn", {
seats = { seats = {
{ {
name=S("Driver Stand (front)"), name=S("Driver Stand (front)"),
attach_offset={x=o, y=6, z=8}, attach_offset={x=0, y=6, z=8},
view_offset={x=0, y=-3, z=0}, view_offset={x=0, y=-3, z=0},
group = "dstand", group = "dstand",
}, },
{ {
name=S("Driver Stand (back)"), name=S("Driver Stand (back)"),
attach_offset={x=o, y=-6, z=8}, attach_offset={x=0, y=-6, z=8},
view_offset={x=0, y=-3, z=0}, view_offset={x=0, y=-3, z=0},
group = "dstand", group = "dstand",
}, },