From 0aaca502052109dcd0f1f032e595ec9e305a5553 Mon Sep 17 00:00:00 2001 From: divverent Date: Tue, 15 Jul 2008 10:47:48 +0000 Subject: [PATCH] call CSQC_Shutdown between levels too! git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8408 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cl_main.c b/cl_main.c index 81d3b9ce..37bb7c2c 100644 --- a/cl_main.c +++ b/cl_main.c @@ -100,6 +100,8 @@ void CL_ClearState(void) int i; entity_t *ent; + CL_VM_ShutDown(); + // wipe the entire cl structure Mem_EmptyPool(cls.levelmempool); memset (&cl, 0, sizeof(cl)); -- 2.39.2