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

Function LandscapeGenerationCallback

src/genworld_gui.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339static void LandscapeGenerationCallback(Window *w, bool confirmed)
340{
341 if (confirmed) StartGeneratingLandscape(w->window_number);
342}
343
344static DropDownList BuildMapsizeDropDown()
345{

Callers

nothing calls this directly

Calls 1

StartGeneratingLandscapeFunction · 0.85

Tested by

no test coverage detected