git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4830 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2015-01-21 21:33:04 +00:00
parent 2ea981fe90
commit 36a37d2bad
1 changed files with 1 additions and 1 deletions

View File

@ -1692,7 +1692,7 @@ qboolean Sys_RandomBytes(qbyte *string, int len)
#ifdef HAVEAUTOUPDATE
int Sys_GetAutoUpdateSetting(void);
int Sys_GetAutoUpdateSetting(void)
{
return -1;
}