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

Function AbortGeneratingWorld

src/genworld.cpp:261–264  ·  view source on GitHub ↗

* Initializes the abortion process */

Source from the content-addressed store, hash-verified

259 * Initializes the abortion process
260 */
261void AbortGeneratingWorld()
262{
263 GenWorldInfo::abort = true;
264}
265
266/**
267 * Is the generation being aborted?

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected