From 8b8d08950268759dc69bb47ca77d0999b3ed9740 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 12 Feb 2000 05:08:37 +0000 Subject: [PATCH] copy same vars from qw_client in the ongoing quest to get uquake to link --- uquake/cl_parse.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uquake/cl_parse.c b/uquake/cl_parse.c index c10ad04..a339787 100644 --- a/uquake/cl_parse.c +++ b/uquake/cl_parse.c @@ -82,6 +82,10 @@ char *svc_strings[] = "svc_cutscene" }; +int cl_spikeindex, cl_playerindex, cl_flagindex; +int parsecountmod; +double parsecounttime; + //============================================================================= /*