From: havoc Date: Mon, 21 May 2007 23:08:37 +0000 (+0000) Subject: added DP_SV_POINTPARTICLES extension string (the functions already X-Git-Tag: xonotic-v0.1.0preview~3124 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=706703745d77eb4e743729648c2fcedc35630fc6;p=xonotic%2Fdarkplaces.git added DP_SV_POINTPARTICLES extension string (the functions already existed) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7331 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/svvm_cmds.c b/svvm_cmds.c index f6149fe1..7390fda5 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -101,6 +101,7 @@ char *vm_sv_extensions = "DP_SV_NODRAWTOCLIENT " "DP_SV_PING " "DP_SV_PLAYERPHYSICS " +"DP_SV_POINTPARTICLES " "DP_SV_PRECACHEANYTIME " "DP_SV_PRINT " "DP_SV_PUNCHVECTOR "