1
0
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:
Hielke Morsink
2023-01-18 00:13:39 +01:00
committed by GitHub
parent 5ee79fe65b
commit 917c091e6b
33 changed files with 293 additions and 293 deletions

View File

@@ -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;
}