1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Fix names of two track type functions

This commit is contained in:
Gymnasiast
2020-08-10 23:48:18 +02:00
parent 6802011f7d
commit 89f04c4fb3
11 changed files with 17 additions and 17 deletions

View File

@@ -217,7 +217,7 @@ rct_string_id TrackDesign::CreateTrackDesignTrack(const Ride& ride)
}
uint8_t trackFlags;
if (track_element_has_speed_setting(track.type))
if (TrackTypeHasSpeedSetting(track.type))
{
trackFlags = trackElement.element->AsTrack()->GetBrakeBoosterSpeed() >> 1;
}