]> git.xonotic.org Git - xonotic/darkplaces.git/commit - sv_main.c
client: Add SV_Shutdown hook and remove all direct calls in non-server code. Lock...
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 May 2021 16:24:24 +0000 (16:24 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 14 May 2021 16:24:24 +0000 (16:24 +0000)
commit1b92049622062956a04f1766f66f072350773acb
tree7d1cd9421b1def24fa8328d6f52bc053902fe89c
parentaa3f4391e63ec4ccb757c78e392523201b84bb12
client: Add SV_Shutdown hook and remove all direct calls in non-server code. Lock the server mutex within SV_Shutdown itself. Call the hook directly from CL_Disconnect.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13141 d7cf8633-e32d-0410-b094-e92efae38249
cl_demo.c
cl_input.c
cl_main.c
fs.c
host.c
host.h
netconn.c
sv_main.c