From fcc0982125e36f516858c4ae3a8b6a2f0587604d Mon Sep 17 00:00:00 2001 From: black Date: Mon, 8 Aug 2005 08:16:37 +0000 Subject: [PATCH] Remove a call to ResetProg from ShutdownServer, so after a crash you will be able to debug the server prog. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5563 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/host.c b/host.c index d2d22bba..0fae48ff 100644 --- 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(); } -- 2.39.2