Return the appropriate initial string for an error depending on whether we are saving or loading. */
| 2965 | |
| 2966 | /** Return the appropriate initial string for an error depending on whether we are saving or loading. */ |
| 2967 | EncodedString GetSaveLoadErrorType() |
| 2968 | { |
| 2969 | return GetEncodedString(_sl.action == SLA_SAVE ? STR_ERROR_GAME_SAVE_FAILED : STR_ERROR_GAME_LOAD_FAILED); |
| 2970 | } |
| 2971 | |
| 2972 | /** Return the description of the error. **/ |
| 2973 | EncodedString GetSaveLoadErrorMessage() |
no test coverage detected