* Clear/free saveload state. */
| 2928 | * Clear/free saveload state. |
| 2929 | */ |
| 2930 | static inline void ClearSaveLoadState() |
| 2931 | { |
| 2932 | _sl.dumper = nullptr; |
| 2933 | _sl.sf = nullptr; |
| 2934 | _sl.reader = nullptr; |
| 2935 | _sl.lf = nullptr; |
| 2936 | } |
| 2937 | |
| 2938 | /** Update the gui accordingly when starting saving and set locks on saveload. */ |
| 2939 | static void SaveFileStart() |
no outgoing calls
no test coverage detected