mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 22:41:47 +00:00
Clientonly needs this def.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@590 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8d33d66a35
commit
195818f56d
1 changed files with 3 additions and 0 deletions
|
@ -1163,6 +1163,9 @@ void CL_StopUpload(void)
|
|||
|
||||
=====================================================================
|
||||
*/
|
||||
#ifdef CLIENTONLY
|
||||
float nextdemotime;
|
||||
#endif
|
||||
|
||||
/*
|
||||
==================
|
||||
|
|
Loading…
Reference in a new issue