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:
Spoike 2019-06-18 15:09:31 +00:00
parent 5c5830eb53
commit 5fabdcd186
1 changed files with 2 additions and 0 deletions

View File

@ -943,8 +943,10 @@ qboolean CL_CheckOrEnqueDownloadFile (const char *filename, const char *localnam
if (cls.demorecording)
{
Con_TPrintf ("Unable to download %s in record mode.\n", filename);
#if defined(MVD_RECORDING) && defined(HAVE_SERVER)
if (sv_demoAutoRecord.ival)
Con_TPrintf ("Note that ^[%s\\cmd\\%s 0\\^] is enabled.\n", sv_demoAutoRecord.name, sv_demoAutoRecord.name);
#endif
return true;
}
//ZOID - can't download when playback