Merge pull request #2001 from nightroan/develop

Fixed #1948
This commit is contained in:
Duncan 2015-10-03 09:43:04 +01:00
commit 3cd51f6aa5
2 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,7 @@ Includes all git commit authors. Aliases are GitHub user names.
* (halfbro)
* (Myrtle)
* (nean)
* Michael Pham (nightroan)
## Toolchain
* (Balletie) - OSX

View file

@ -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) {