1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Fix renamed define

This commit is contained in:
Gymnasiast
2018-01-29 14:08:08 +01:00
parent 8fac2e1480
commit 2dc56f4393

View File

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