]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Remove a call to ResetProg from ShutdownServer, so after a crash you will be able...
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 Aug 2005 08:16:37 +0000 (08:16 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 Aug 2005 08:16:37 +0000 (08:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5563 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index d2d22bbaa3a6a5cd5035d663a18a9e9e20efe14b..0fae48ff0a45a53d1d74e93e93824ee797278d80 100644 (file)
--- a/host.c
+++ b/host.c
@@ -512,8 +512,6 @@ void Host_ShutdownServer(qboolean crash)
        memset(&sv, 0, sizeof(sv));
        memset(svs.clients, 0, svs.maxclients*sizeof(client_t));
 
-       PRVM_ResetProg();
-
        SV_VM_End();
 }