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

Function ShowHeightmapLoad

src/genworld_gui.cpp:1052–1055  ·  view source on GitHub ↗

Start with loading a heightmap. */

Source from the content-addressed store, hash-verified

1050
1051/** Start with loading a heightmap. */
1052void ShowHeightmapLoad()
1053{
1054 _ShowGenerateLandscape(GLWM_HEIGHTMAP);
1055}
1056
1057/** Start with a scenario editor. */
1058void StartScenarioEditor()

Callers 1

OnClickMethod · 0.85

Calls 1

_ShowGenerateLandscapeFunction · 0.85

Tested by

no test coverage detected