mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
Potential client state fix ala Baker.
I'm not sure it's really relevant to QF, but applying it doesn't hurt.
This commit is contained in:
parent
543c4b2442
commit
068bc7a627
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ CL_Disconnect (void)
|
|||
}
|
||||
|
||||
cl.worldmodel = NULL;
|
||||
cl.intermission = 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue