@@ -1041,7 +1041,9 @@ public FreightAnimationContinuous(STFReader stf, MSTSWagon wagon)
10411041 } ) ,
10421042 new STFReader . TokenProcessor ( "flip" , ( ) => { Flipped = stf . ReadBoolBlock ( true ) ; } ) ,
10431043 new STFReader . TokenProcessor ( "shapeindex" , ( ) => { ShapeIndex = stf . ReadIntBlock ( null ) ; } ) ,
1044+ new STFReader . TokenProcessor ( "ortsshapeindex" , ( ) => { ShapeIndex = stf . ReadIntBlock ( null ) ; } ) ,
10441045 new STFReader . TokenProcessor ( "shapehierarchy" , ( ) => { ShapeHierarchy = stf . ReadStringBlock ( null ) ; } ) ,
1046+ new STFReader . TokenProcessor ( "ortsshapehierarchy" , ( ) => { ShapeHierarchy = stf . ReadStringBlock ( null ) ; } ) ,
10451047 new STFReader . TokenProcessor ( "visibility" , ( ) => {
10461048 for ( int index = 0 ; index < 3 ; index ++ )
10471049 Visibility [ index ] = false ;
@@ -1158,7 +1160,9 @@ public FreightAnimationStatic(STFReader stf)
11581160 } ) ,
11591161 new STFReader . TokenProcessor ( "flip" , ( ) => { Flipped = stf . ReadBoolBlock ( true ) ; } ) ,
11601162 new STFReader . TokenProcessor ( "shapeindex" , ( ) => { ShapeIndex = stf . ReadIntBlock ( null ) ; } ) ,
1163+ new STFReader . TokenProcessor ( "ortsshapeindex" , ( ) => { ShapeIndex = stf . ReadIntBlock ( null ) ; } ) ,
11611164 new STFReader . TokenProcessor ( "shapehierarchy" , ( ) => { ShapeHierarchy = stf . ReadStringBlock ( null ) ; } ) ,
1165+ new STFReader . TokenProcessor ( "ortsshapehierarchy" , ( ) => { ShapeHierarchy = stf . ReadStringBlock ( null ) ; } ) ,
11621166 new STFReader . TokenProcessor ( "visibility" , ( ) => {
11631167 for ( int index = 0 ; index < 3 ; index ++ )
11641168 Visibility [ index ] = false ;
0 commit comments