File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,13 @@ public FrictionSound? SoundPropertyFriction
78
78
{
79
79
ByteWriter . WriteLocoStruct ( value ) . CopyTo ( SoundPropertiesData ) ;
80
80
}
81
- else
82
- {
83
- for ( var i = 0 ; i < MaxUnionSoundStructLength ; ++ i )
84
- {
85
- SoundPropertiesData [ i ] = 0 ;
86
- }
87
- }
81
+ // else
82
+ // {
83
+ // for (var i = 0; i < MaxUnionSoundStructLength; ++i)
84
+ // {
85
+ // SoundPropertiesData[i] = 0;
86
+ // }
87
+ // }
88
88
}
89
89
}
90
90
@@ -99,13 +99,13 @@ public Engine1Sound? SoundPropertyEngine1
99
99
{
100
100
ByteWriter . WriteLocoStruct ( value ) . CopyTo ( SoundPropertiesData ) ;
101
101
}
102
- else
103
- {
104
- for ( var i = 0 ; i < MaxUnionSoundStructLength ; ++ i )
105
- {
106
- SoundPropertiesData [ i ] = 0 ;
107
- }
108
- }
102
+ // else
103
+ // {
104
+ // for (var i = 0; i < MaxUnionSoundStructLength; ++i)
105
+ // {
106
+ // SoundPropertiesData[i] = 0;
107
+ // }
108
+ // }
109
109
}
110
110
}
111
111
@@ -120,13 +120,13 @@ public Engine2Sound? SoundPropertyEngine2
120
120
{
121
121
ByteWriter . WriteLocoStruct ( value ) . CopyTo ( SoundPropertiesData ) ;
122
122
}
123
- else
124
- {
125
- for ( var i = 0 ; i < MaxUnionSoundStructLength ; ++ i )
126
- {
127
- SoundPropertiesData [ i ] = 0 ;
128
- }
129
- }
123
+ // else
124
+ // {
125
+ // for (var i = 0; i < MaxUnionSoundStructLength; ++i)
126
+ // {
127
+ // SoundPropertiesData[i] = 0;
128
+ // }
129
+ // }
130
130
}
131
131
}
132
132
You can’t perform that action at this time.
0 commit comments