diff --git a/engine/client/cl_parse.c b/engine/client/cl_parse.c index 87532c90d..7de802d7c 100644 --- a/engine/client/cl_parse.c +++ b/engine/client/cl_parse.c @@ -1163,6 +1163,9 @@ void CL_StopUpload(void) ===================================================================== */ +#ifdef CLIENTONLY +float nextdemotime; +#endif /* ==================