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:
parent
d58e12d25c
commit
de12ba6d2a
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user