diff --git a/src/scenario.c b/src/scenario.c index 33016b9150..800d364a0a 100644 --- a/src/scenario.c +++ b/src/scenario.c @@ -897,7 +897,7 @@ void scenario_update() RCT2_GLOBAL(0x009A9804, uint32) |= 2; RCT2_CALLPROC_EBPSAFE(0x0069DEAD); scenario_objectives_check(); - scneario_entrance_fee_too_high_check(); + scenario_entrance_fee_too_high_check(); RCT2_CALLPROC_EBPSAFE(0x0066A86C); }