1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-20 13:54:14 +01:00

fixed linux build

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40606
This commit is contained in:
David Anderson 2007-12-24 17:07:56 +00:00
parent d58e12d25c
commit de12ba6d2a

View File

@ -1473,7 +1473,7 @@ void LookForVDFs(const char *dir)
{
continue;
}
g_SmmAPI.PathFormat(path, sizeof(path), "%s/%s", dir, pEnt->d_name);
g_Metamod.PathFormat(path, sizeof(path), "%s/%s", dir, pEnt->d_name);
ProcessVDF(path);
}