]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added DP_SV_PRECACHEANYTIME extension
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 20 Aug 2005 19:00:02 +0000 (19:00 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 20 Aug 2005 19:00:02 +0000 (19:00 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5616 d7cf8633-e32d-0410-b094-e92efae38249

pr_cmds.c
svvm_cmds.c

index 4d301a35b77ed1da34a39cb78eef8f21e5e5ceab..23edb617d31057d66a177123746b7abf3b8fcbc1 100644 (file)
--- 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_NODRAWTOCLIENT "
 "DP_SV_PING "
 "DP_SV_PLAYERPHYSICS "
+"DP_SV_PRECACHEANYTIME "
 "DP_SV_PUNCHVECTOR "
 "DP_SV_ROTATINGBMODEL "
 "DP_SV_SETCOLOR "
 "DP_SV_PUNCHVECTOR "
 "DP_SV_ROTATINGBMODEL "
 "DP_SV_SETCOLOR "
index 9b1492d1899d979dd420ce0eae8ac58dbd3a54c4..746ea3316e29cebd785aaa24f8712b37957a0d4f 100644 (file)
@@ -89,6 +89,7 @@ char *vm_sv_extensions =
 "DP_SV_NODRAWTOCLIENT "
 "DP_SV_PING "
 "DP_SV_PLAYERPHYSICS "
 "DP_SV_NODRAWTOCLIENT "
 "DP_SV_PING "
 "DP_SV_PLAYERPHYSICS "
+"DP_SV_PRECACHEANYTIME "
 "DP_SV_PUNCHVECTOR "
 "DP_SV_ROTATINGBMODEL "
 "DP_SV_SETCOLOR "
 "DP_SV_PUNCHVECTOR "
 "DP_SV_ROTATINGBMODEL "
 "DP_SV_SETCOLOR "