mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Refactor more constants to kConstant notation
This commit is contained in:
committed by
GitHub
parent
b9486b9eb7
commit
b0c99fcb6c
@@ -149,7 +149,7 @@ void MusicObject::ParseRideTypes(const json_t& jRideTypes)
|
||||
if (!szRideType.empty())
|
||||
{
|
||||
auto rideType = RideObject::ParseRideType(szRideType);
|
||||
if (rideType != RIDE_TYPE_NULL)
|
||||
if (rideType != kRideTypeNull)
|
||||
{
|
||||
_rideTypes.push_back(rideType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user