1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

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

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