Update the gui accordingly when starting saving and set locks on saveload. */
| 2937 | |
| 2938 | /** Update the gui accordingly when starting saving and set locks on saveload. */ |
| 2939 | static void SaveFileStart() |
| 2940 | { |
| 2941 | SetMouseCursorBusy(true); |
| 2942 | |
| 2943 | InvalidateWindowData(WC_STATUS_BAR, 0, SBI_SAVELOAD_START); |
| 2944 | _sl.saveinprogress = true; |
| 2945 | } |
| 2946 | |
| 2947 | /** Update the gui accordingly when saving is done and release locks on saveload. */ |
| 2948 | static void SaveFileDone() |
no test coverage detected