mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-04 02:51:27 +00:00
Moved svs definition to sys_win/unix.c as both the client and server need it.
This commit is contained in:
parent
126ce0c067
commit
42605dc63e
3 changed files with 6 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue