quick bandaid to stop uquake from segfaulting.

This commit is contained in:
Bill Currie 2000-02-09 07:30:45 +00:00
parent 88bc2bf209
commit 688d7d470a

View file

@ -672,6 +672,7 @@ void _Host_Frame (float time)
static double time3 = 0; static double time3 = 0;
int pass1, pass2, pass3; int pass1, pass2, pass3;
cl_visedicts = cl_visedicts_list[0];
if (setjmp (host_abortserver) ) if (setjmp (host_abortserver) )
return; // something bad happened, or the server disconnected return; // something bad happened, or the server disconnected