mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
* Remove flag RIDE_TYPE_FLAG_HAS_NO_TRACK (#20239) * Fix a couple of logical conditions in entity/Staff.cpp * Bump NETWORK_STREAM_VERSION and add myself to contributors.md
This commit is contained in:
@@ -2593,7 +2593,7 @@ static StationIndexWithMessage RideModeCheckStationPresent(const Ride& ride)
|
||||
if (stationIndex.IsNull())
|
||||
{
|
||||
const auto& rtd = ride.GetRideTypeDescriptor();
|
||||
if (rtd.HasFlag(RIDE_TYPE_FLAG_HAS_NO_TRACK))
|
||||
if (!rtd.HasFlag(RIDE_TYPE_FLAG_HAS_TRACK))
|
||||
return { StationIndex::GetNull(), STR_NOT_YET_CONSTRUCTED };
|
||||
|
||||
if (rtd.HasFlag(RIDE_TYPE_FLAG_IS_MAZE))
|
||||
|
||||
Reference in New Issue
Block a user