mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-24 03:12:03 -05:00
Rename marketing_finished to marketing_update.
This commit is contained in:
parent
440a21b421
commit
ace1d2eabb
1 changed files with 2 additions and 2 deletions
|
@ -737,7 +737,7 @@ void scneario_entrance_fee_too_high_check()
|
|||
/*
|
||||
* rct2: 0x0069E0C1
|
||||
**/
|
||||
void scenario_marketing_finished()
|
||||
void scenario_marketing_update()
|
||||
{
|
||||
int base_str = STR_MARKETING_FINISHED_BASE;
|
||||
|
||||
|
@ -810,7 +810,7 @@ void scenario_update()
|
|||
RCT2_CALLPROC_EBPSAFE(0x006C18A9);
|
||||
RCT2_CALLPROC_EBPSAFE(0x00684DA5);
|
||||
RCT2_CALLPROC_EBPSAFE(0x0069E092);
|
||||
scenario_marketing_finished();
|
||||
scenario_marketing_update();
|
||||
RCT2_CALLPROC_EBPSAFE(0x0069BF41);
|
||||
RCT2_CALLPROC_EBPSAFE(0x006B7A5E);
|
||||
RCT2_CALLPROC_EBPSAFE(0x006AC916);
|
||||
|
|
Loading…
Add table
Reference in a new issue