1
0
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:
duncanspumpkin
2021-11-19 23:09:34 +00:00
committed by Gymnasiast
parent 22b9671435
commit f8091a462e
4 changed files with 14 additions and 6 deletions

View File

@@ -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;
}