From: havoc Date: Sat, 20 Aug 2005 19:00:02 +0000 (+0000) Subject: added DP_SV_PRECACHEANYTIME extension X-Git-Tag: xonotic-v0.1.0preview~4637 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=598161ab9b4492f9a8e861edb1350a91212d0607;p=xonotic%2Fdarkplaces.git added DP_SV_PRECACHEANYTIME extension git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5616 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/pr_cmds.c b/pr_cmds.c index 4d301a35..23edb617 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -147,6 +147,7 @@ char *ENGINE_EXTENSIONS = "DP_SV_NODRAWTOCLIENT " "DP_SV_PING " "DP_SV_PLAYERPHYSICS " +"DP_SV_PRECACHEANYTIME " "DP_SV_PUNCHVECTOR " "DP_SV_ROTATINGBMODEL " "DP_SV_SETCOLOR " diff --git a/svvm_cmds.c b/svvm_cmds.c index 9b1492d1..746ea331 100644 --- a/svvm_cmds.c +++ b/svvm_cmds.c @@ -89,6 +89,7 @@ char *vm_sv_extensions = "DP_SV_NODRAWTOCLIENT " "DP_SV_PING " "DP_SV_PLAYERPHYSICS " +"DP_SV_PRECACHEANYTIME " "DP_SV_PUNCHVECTOR " "DP_SV_ROTATINGBMODEL " "DP_SV_SETCOLOR "