MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / ScenarioFailure

Function ScenarioFailure

src/openrct2/scenario/Scenario.cpp:181–185  ·  view source on GitHub ↗

* * rct2: 0x0066A752 */

Source from the content-addressed store, hash-verified

179 * rct2: 0x0066A752
180 */
181void ScenarioFailure(GameState_t& gameState)
182{
183 gameState.scenarioCompletedCompanyValue = kCompanyValueOnFailedObjective;
184 ScenarioEnd();
185}
186
187/**
188 *

Callers 1

ScenarioCheckObjectiveFunction · 0.85

Calls 1

ScenarioEndFunction · 0.85

Tested by

no test coverage detected