mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Rename snake_case functions in OpenRCT2/marketing folder
This commit is contained in:
@@ -2063,7 +2063,7 @@ static bool TrackDesignPlacePreview(TrackDesignState& tds, TrackDesign* td6, mon
|
||||
{
|
||||
*flags |= TRACK_DESIGN_FLAG_VEHICLE_UNAVAILABLE;
|
||||
}
|
||||
else if (!ride_entry_is_invented(entry_index) && !gCheatsIgnoreResearchStatus)
|
||||
else if (!RideEntryIsInvented(entry_index) && !gCheatsIgnoreResearchStatus)
|
||||
{
|
||||
*flags |= TRACK_DESIGN_FLAG_VEHICLE_UNAVAILABLE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user