0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-17 17:31:28 +00:00

clear cl.worldmodel on disconnect.

This commit is contained in:
Chris Ison 2002-09-08 03:36:34 +00:00
parent 460ce5c0e6
commit d68c4f7700

View file

@ -253,6 +253,7 @@ CL_Disconnect (void)
}
cls.signon = 0;
cl.worldmodel = NULL;
}
void