mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Fix #6229: Scenery costs nothing in track designs
This commit is contained in:
committed by
Michael Steenbeek
parent
0c4d184a9a
commit
1de4b2650b
@@ -1132,7 +1132,7 @@ track_design_place_scenery(rct_td6_scenery_element * scenery_start, uint8 rideIn
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
add_clamp_money32(_trackDesignPlaceCost, cost);
|
||||
_trackDesignPlaceCost = add_clamp_money32(_trackDesignPlaceCost, cost);
|
||||
if (_trackDesignPlaceOperation != PTD_OPERATION_2)
|
||||
{
|
||||
if (cost == MONEY32_UNDEFINED)
|
||||
|
||||
Reference in New Issue
Block a user