From: havoc Date: Sat, 30 Oct 2004 13:50:16 +0000 (+0000) Subject: added DP_SV_CLIENTCOLORS and DP_SV_CLIENTNAME extensions (these were already document... X-Git-Tag: xonotic-v0.1.0preview~5403 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8fe01423f952b284bc2d98a7ef265734b8eda79b;p=xonotic%2Fdarkplaces.git added DP_SV_CLIENTCOLORS and DP_SV_CLIENTNAME extensions (these were already documented and working but not listed) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4727 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/pr_cmds.c b/pr_cmds.c index 2d08e4de..dcb7cf73 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -133,6 +133,8 @@ char *ENGINE_EXTENSIONS = "DP_SND_STEREOWAV " "DP_SOLIDCORPSE " "DP_SPRITE32 " +"DP_SV_CLIENTCOLORS " +"DP_SV_CLIENTNAME " "DP_SV_DRAWONLYTOCLIENT " "DP_SV_DROPCLIENT " "DP_SV_EFFECT "