mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Fix scenery group set research status import
There were a lot of small issues that compounded into making this bug occur
This commit is contained in:
committed by
Gymnasiast
parent
22b9671435
commit
f8091a462e
@@ -355,6 +355,7 @@ static void remove_selected_objects_from_research(const ObjectEntryDescriptor& d
|
||||
ResearchItem tmp = {};
|
||||
tmp.type = Research::EntryType::Scenery;
|
||||
tmp.entryIndex = entryIndex;
|
||||
tmp.baseRideType = 0;
|
||||
ResearchRemove(tmp);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user