mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
commit
3cd51f6aa5
2 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,7 @@ Includes all git commit authors. Aliases are GitHub user names.
|
|||
* (halfbro)
|
||||
* (Myrtle)
|
||||
* (nean)
|
||||
* Michael Pham (nightroan)
|
||||
|
||||
## Toolchain
|
||||
* (Balletie) - OSX
|
||||
|
|
|
@ -5594,6 +5594,8 @@ void game_command_set_ride_price(int *eax, int *ebx, int *ecx, int *edx, int *es
|
|||
//edx ride_number
|
||||
//ebp ride_type
|
||||
|
||||
*ebx = 0; // for cost check - changing ride price does not cost anything
|
||||
|
||||
RCT2_GLOBAL(RCT2_ADDRESS_NEXT_EXPENDITURE_TYPE, uint8) = RCT_EXPENDITURE_TYPE_PARK_RIDE_TICKETS * 4;
|
||||
if (flags & 0x1) {
|
||||
if (!secondary_price) {
|
||||
|
|
Loading…
Reference in a new issue