| 86 | |
| 87 | void Config::SaveDifficulties() |
| 88 | { |
| 89 | UserConfig_SaveDifficulties(USER_CONFIG); |
| 90 | |
| 91 | ParamFile userCfg; |
| 92 | userCfg.Parse(::GetUserParams()); |
| 93 | userCfg.Add("showRadio", GChatList.Enabled()); |
| 94 | userCfg.Save(::GetUserParams()); |
| 95 | } |
| 96 | } // namespace Poseidon |
nothing calls this directly
no test coverage detected