mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
clear cl.worldmodel on disconnect.
This commit is contained in:
parent
460ce5c0e6
commit
d68c4f7700
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ CL_Disconnect (void)
|
|||
}
|
||||
|
||||
cls.signon = 0;
|
||||
cl.worldmodel = NULL;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue