Addresses code review comments

This commit is contained in:
Ian Spence 2015-12-24 08:44:12 -08:00
parent ba038c10ab
commit 434b62436c
2 changed files with 2 additions and 2 deletions

View File

@ -3925,7 +3925,7 @@ STR_5583 :{COMMA1DP16}ms{POWERNEGATIVEONE}
STR_5584 :SI
STR_5585 :{SMALLFONT}{BLACK}Unlocks ride operation limits, allowing for things like {VELOCITY} lift hills
STR_5586 :Automatically open shops and stalls
STR_5587 :{SMALLFONT}{BLACK}When enabled, shops and stalls will be automatically opened after placing then in the map
STR_5587 :{SMALLFONT}{BLACK}When enabled, shops and stalls will be automatically opened after building them
#####################
# Rides/attractions #

View File

@ -588,7 +588,7 @@ static void window_ride_construction_close(rct_window *w)
rct_ride *ride = GET_RIDE(rideIndex);
if (ride->mode == RIDE_MODE_SHOP_STALL && gConfigGeneral.auto_open_shops) {
ride->status = 1;
ride->status = RIDE_STATUS_OPEN;
}
window_ride_main_open(rideIndex);