This commit is contained in:
quaK 2023-07-04 17:00:34 +03:00
parent 4318b09f1d
commit 83f8faa838

View File

@ -139,7 +139,7 @@ namespace mapents
std::string raw_ents;
bool load_raw_mapents()
{
auto mapents_name = utils::string::va("%s.ents", **reinterpret_cast<const char***>(0xA975F40_b));
auto mapents_name = utils::string::va("%s.ents", **reinterpret_cast<const char***>(SELECT_VALUE(0xB489D40_b, 0xA975F40_b)));
if (filesystem::exists(mapents_name))
{
try