File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ static auto SpeechBriefingOption = options::OptionBuilder<bool>("Speech.Briefing
178178 .category(std::make_pair(" Audio" , 1826 ))
179179 .level(options::ExpertLevel::Beginner)
180180 .change_listener(ttsbriefing_change)
181- .default_val(true )
181+ .default_val(false )
182182 .importance(0 )
183183 .finish();
184184
@@ -188,7 +188,7 @@ static auto SpeechTechroomOption = options::OptionBuilder<bool>("Speech.Techroom
188188 .category(std::make_pair(" Audio" , 1826 ))
189189 .level(options::ExpertLevel::Beginner)
190190 .change_listener(ttstechroom_change)
191- .default_val(true )
191+ .default_val(false )
192192 .importance(0 )
193193 .finish();
194194
@@ -198,7 +198,7 @@ static auto SpeechIngameOption = options::OptionBuilder<bool>("Speech.Ingame",
198198 .category(std::make_pair(" Audio" , 1826 ))
199199 .level(options::ExpertLevel::Beginner)
200200 .change_listener(ttsingame_change)
201- .default_val(true )
201+ .default_val(false )
202202 .importance(0 )
203203 .finish();
204204
@@ -208,7 +208,7 @@ static auto SpeechMultiOption = options::OptionBuilder<bool>("Speech.Multi",
208208 .category(std::make_pair(" Audio" , 1826 ))
209209 .level(options::ExpertLevel::Beginner)
210210 .change_listener(ttsmulti_change)
211- .default_val(true )
211+ .default_val(false )
212212 .importance(0 )
213213 .finish();
214214
You can’t perform that action at this time.
0 commit comments