* Get the setting description of this setting as a string setting. * @return The string setting description. */
| 929 | * @return The string setting description. |
| 930 | */ |
| 931 | const StringSettingDesc *SettingDesc::AsStringSetting() const |
| 932 | { |
| 933 | assert(this->IsStringSetting()); |
| 934 | return static_cast<const StringSettingDesc *>(this); |
| 935 | } |
| 936 | |
| 937 | void PrepareOldDiffCustom(); |
| 938 | void HandleOldDiffCustom(bool savegame); |
no test coverage detected