Moved svs definition to sys_win/unix.c as both the client and server need it.

This commit is contained in:
Marcus Sundberg 2000-05-21 19:59:44 +00:00
parent 126ce0c067
commit 42605dc63e
3 changed files with 6 additions and 1 deletions

View file

@ -45,6 +45,8 @@
#include "sys.h"
#include "quakedef.h"
/* This is unused in the client, but we need the symbol there too. */
server_static_t svs;
/* cvar_t sys_nostdout = {"sys_nostdout","0"};
CVAR_FIXME */