Fix build

This commit is contained in:
fed 2022-10-23 06:54:30 +02:00
parent fe5fab1a89
commit fb615f8261

View File

@ -430,8 +430,8 @@ namespace fastfiles
}
}
const std::string name_ = name;
if (name_.starts_with("mp_"))
const std::string mapname = name;
if (mapname.starts_with("mp_"))
{
add_custom_level_load_zone(load, "common_mp", 0x40000);
}