mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 05:41:52 +00:00
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5048 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
d7bda1dfbc
commit
e23267b295
1 changed files with 4 additions and 0 deletions
|
@ -2408,6 +2408,10 @@ void PM_ManifestPackage(const char *metaname, qboolean mark)
|
|||
void PM_Shutdown(void)
|
||||
{
|
||||
}
|
||||
qboolean PM_FindUpdatedEngine(char *syspath, size_t syspathsize)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef DOWNLOADMENU
|
||||
|
|
Loading…
Reference in a new issue