]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.c
ODE physics engine support, needs more work, disabled by default
[xonotic/darkplaces.git] / clvm_cmds.c
index fb1b16540c91c71ceb759e373945b49f3c841de7..77456632aeda8d4b9dcfc4550138bb5c25942d96 100644 (file)
@@ -4280,6 +4280,7 @@ void VM_CL_Cmd_Init(void)
 
 void VM_CL_Cmd_Reset(void)
 {
+       World_End(&cl.world);
        VM_Cmd_Reset();
        VM_Polygons_Reset();
 }