Start with a normal game. */
| 1044 | |
| 1045 | /** Start with a normal game. */ |
| 1046 | void ShowGenerateLandscape() |
| 1047 | { |
| 1048 | _ShowGenerateLandscape(GLWM_GENERATE); |
| 1049 | } |
| 1050 | |
| 1051 | /** Start with loading a heightmap. */ |
| 1052 | void ShowHeightmapLoad() |
no test coverage detected