MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowGenerateLandscape

Function ShowGenerateLandscape

src/genworld_gui.cpp:1046–1049  ·  view source on GitHub ↗

Start with a normal game. */

Source from the content-addressed store, hash-verified

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

Callers 3

OnClickMethod · 0.85
OnClickMethod · 0.85
OnClickMethod · 0.85

Calls 1

_ShowGenerateLandscapeFunction · 0.85

Tested by

no test coverage detected