1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Remove outdated comment

This commit is contained in:
Gymnasiast
2022-06-20 22:34:25 +02:00
parent 23e9932c45
commit 20f458b561

View File

@@ -659,8 +659,6 @@ bool track_element_is_covered(track_type_t trackElementType)
bool TrackTypeHasSpeedSetting(track_type_t trackType)
{
// This does not check if the element is really a Spinning Control track instead of a booster,
// but this does not cause problems.
return trackType == TrackElemType::Brakes || trackType == TrackElemType::Booster;
}