| 1367 | |
| 1368 | |
| 1369 | static void AbortGeneratingWorldCallback(Window *, bool confirmed) |
| 1370 | { |
| 1371 | if (confirmed) { |
| 1372 | AbortGeneratingWorld(); |
| 1373 | } else if (HasModalProgress() && !IsGeneratingWorldAborted()) { |
| 1374 | SetMouseCursor(SPR_CURSOR_ZZZ, PAL_NONE); |
| 1375 | } |
| 1376 | } |
| 1377 | |
| 1378 | struct GenerateProgressWindow : public Window { |
| 1379 |
nothing calls this directly
no test coverage detected