projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
004f001
)
Remove a call to ResetProg from ShutdownServer, so after a crash you will be able...
author
black <black@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 8 Aug 2005 08:16:37 +0000
(08:16 +0000)
committer
black <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
patch
|
blob
|
history
diff --git
a/host.c
b/host.c
index
d2d22bb
..
0fae48f
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();
}