mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Addresses code review comments
This commit is contained in:
@@ -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 #
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user