From 688d7d470a5ac20dca3c6a2d76f13b08f637ec48 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 9 Feb 2000 07:30:45 +0000 Subject: [PATCH] quick bandaid to stop uquake from segfaulting. --- uquake/host.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uquake/host.c b/uquake/host.c index 3c918aa..f8ec1b4 100644 --- a/uquake/host.c +++ b/uquake/host.c @@ -672,6 +672,7 @@ void _Host_Frame (float time) static double time3 = 0; int pass1, pass2, pass3; + cl_visedicts = cl_visedicts_list[0]; if (setjmp (host_abortserver) ) return; // something bad happened, or the server disconnected