* Show the window where a user can follow the process of the map generation. */
| 1455 | * Show the window where a user can follow the process of the map generation. |
| 1456 | */ |
| 1457 | void ShowGenerateWorldProgress() |
| 1458 | { |
| 1459 | if (BringWindowToFrontById(WC_MODAL_PROGRESS, 0)) return; |
| 1460 | new GenerateProgressWindow(); |
| 1461 | } |
| 1462 | |
| 1463 | static void _SetGeneratingWorldProgress(GenWorldProgress cls, uint progress, uint total) |
| 1464 | { |
no test coverage detected