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

Function StartScenarioEditor

src/genworld_gui.cpp:1058–1061  ·  view source on GitHub ↗

Start with a scenario editor. */

Source from the content-addressed store, hash-verified

1056
1057/** Start with a scenario editor. */
1058void StartScenarioEditor()
1059{
1060 StartGeneratingLandscape(GLWM_SCENARIO);
1061}
1062
1063/**
1064 * Start a normal game without the GUI.

Callers 1

OnClickMethod · 0.85

Calls 1

StartGeneratingLandscapeFunction · 0.85

Tested by

no test coverage detected