1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Leftover debug call

This commit is contained in:
Matthias Lanzinger
2014-05-02 15:06:58 +02:00
parent 68ab137571
commit b3d36869ef

View File

@@ -714,7 +714,7 @@ void scenario_objectives_check()
/*
* rct2: 0x006C44B1
* rct2: 0x0066A80E
**/
void scneario_entrance_fee_too_high_check()
{
@@ -798,7 +798,6 @@ void scenario_update()
RCT2_CALLPROC_EBPSAFE(0x0069C35E); // some kind of peeps days_visited update loop
RCT2_CALLPROC_EBPSAFE(0x006C45E7); // get local time
RCT2_CALLPROC_EBPSAFE(0x0066A13C); // check_objective_6
scenario_marketing_finished();
if (objective_type == 10 || objective_type == 9 || objective_type == 8 ||
objective_type == 6 || objective_type == 5) {
scenario_objectives_check();