mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 21:31:18 +00:00
quick bandaid to stop uquake from segfaulting.
This commit is contained in:
parent
88bc2bf209
commit
688d7d470a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue