Fix missing symbol in certain build types.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5479 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5c5830eb53
commit
5fabdcd186
1 changed files with 2 additions and 0 deletions
|
@ -943,8 +943,10 @@ qboolean CL_CheckOrEnqueDownloadFile (const char *filename, const char *localnam
|
||||||
if (cls.demorecording)
|
if (cls.demorecording)
|
||||||
{
|
{
|
||||||
Con_TPrintf ("Unable to download %s in record mode.\n", filename);
|
Con_TPrintf ("Unable to download %s in record mode.\n", filename);
|
||||||
|
#if defined(MVD_RECORDING) && defined(HAVE_SERVER)
|
||||||
if (sv_demoAutoRecord.ival)
|
if (sv_demoAutoRecord.ival)
|
||||||
Con_TPrintf ("Note that ^[%s\\cmd\\%s 0\\^] is enabled.\n", sv_demoAutoRecord.name, sv_demoAutoRecord.name);
|
Con_TPrintf ("Note that ^[%s\\cmd\\%s 0\\^] is enabled.\n", sv_demoAutoRecord.name, sv_demoAutoRecord.name);
|
||||||
|
#endif
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//ZOID - can't download when playback
|
//ZOID - can't download when playback
|
||||||
|
|
Loading…
Reference in a new issue