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