X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=cl_main.c;h=37bb7c2c79cac226fe557cecfc70c4b8b7b58faf;hp=81d3b9cee1bd973eae4546882be8e5219bcaf30b;hb=0aaca502052109dcd0f1f032e595ec9e305a5553;hpb=67f898e971e8b7ee785f75968f9efe3db86a6375 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));