diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index fbda19d0da..7090337c3b 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -2254,7 +2254,7 @@ private: { dst->entryIndex = entryIndex; dst->type = RESEARCH_ENTRY_TYPE_SCENERY; - dst->category = RESEARCH_CATEGORY_SCENERYSET; + dst->category = RESEARCH_CATEGORY_SCENERY_GROUP; dst->flags = 0; } }