We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a235e3 commit f567da0Copy full SHA for f567da0
src/openrct2/management/Research.h
@@ -105,7 +105,7 @@ struct ResearchItem
105
{
106
entryIndex = RCTEntryIndexToOpenRCT2EntryIndex(oldResearchItem.entryIndex);
107
auto* rideEntry = get_ride_entry(entryIndex);
108
- baseRideType = rideEntry != nullptr ? RCT2RideTypeToOpenRCT2RideType(oldResearchItem.type, rideEntry)
+ baseRideType = rideEntry != nullptr ? RCT2RideTypeToOpenRCT2RideType(oldResearchItem.baseRideType, rideEntry)
109
: oldResearchItem.baseRideType;
110
type = Research::EntryType{ oldResearchItem.type };
111
flags = oldResearchItem.flags;
0 commit comments