mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 12:40:42 +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;
|
cls.signon = 0;
|
||||||
|
cl.worldmodel = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue