From 598161ab9b4492f9a8e861edb1350a91212d0607 Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 20 Aug 2005 19:00:02 +0000 Subject: [PATCH] added DP_SV_PRECACHEANYTIME extension git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5616 d7cf8633-e32d-0410-b094-e92efae38249 --- pr_cmds.c | 1 + svvm_cmds.c | 1 + 2 files changed, 2 insertions(+) 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 " -- 2.39.2