mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
copy same vars from qw_client in the ongoing quest to get uquake to link
This commit is contained in:
parent
0affdbf681
commit
8b8d089502
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ char *svc_strings[] =
|
|||
"svc_cutscene"
|
||||
};
|
||||
|
||||
int cl_spikeindex, cl_playerindex, cl_flagindex;
|
||||
int parsecountmod;
|
||||
double parsecounttime;
|
||||
|
||||
//=============================================================================
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue