1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Fix static compile error

This commit is contained in:
duncanspumpkin
2021-05-30 19:53:25 +01:00
parent e46864a229
commit fe939ece75

View File

@@ -89,7 +89,7 @@ namespace OpenRCT2
// clang-format on
}; // namespace ParkFileChunkType
std::map<std::string_view, std::string_view> oldObjectIds = {
static std::map<std::string_view, std::string_view> oldObjectIds = {
{ "official.scgpanda", "rct2dlc.scenery_group.scgpanda" },
{ "official.wtrpink", "rct2dlc.water.wtrpink" },
{ "official.ttrftl07", "toontowner.scenery_small.ttrftl07" },