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

Function ScenarioMonthUpdate

src/openrct2/scenario/Scenario.cpp:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342static void ScenarioMonthUpdate()
343{
344 FinanceShiftExpenditureTable();
345 ScenarioCheckObjective(getGameState());
346 ScenarioCheckEntranceFeeTooHigh();
347 AwardUpdateAll();
348}
349
350static void ScenarioUpdateDayNightCycle()
351{

Callers 1

ScenarioUpdateFunction · 0.85

Calls 4

ScenarioCheckObjectiveFunction · 0.85
AwardUpdateAllFunction · 0.85

Tested by

no test coverage detected