diff --git a/contributors.md b/contributors.md index cbda400657..aff87d6c53 100644 --- a/contributors.md +++ b/contributors.md @@ -53,6 +53,7 @@ Includes all git commit authors. Aliases are GitHub user names. * (halfbro) * (Myrtle) * (nean) +* Michael Pham (nightroan) ## Toolchain * (Balletie) - OSX diff --git a/src/ride/ride.c b/src/ride/ride.c index 425511fa19..6f87ce8c8e 100644 --- a/src/ride/ride.c +++ b/src/ride/ride.c @@ -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) {