diff --git a/init.lua b/init.lua index b7a30ee..7979ba2 100644 --- a/init.lua +++ b/init.lua @@ -14,13 +14,13 @@ advtrains.register_wagon("engine_zugspitzbahn", { seats = { { 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}, group = "dstand", }, { 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}, group = "dstand", },