fix call for scenario_entrance_fee_too_high_check

This commit is contained in:
IntelOrca 2014-05-03 14:43:56 +01:00
parent 973872558c
commit 038dbe9668
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}