Fix static compile error

This commit is contained in:
duncanspumpkin 2021-05-30 19:53:25 +01:00
parent e46864a229
commit fe939ece75
1 changed files with 1 additions and 1 deletions

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" },