From: havoc Date: Fri, 6 Aug 2004 08:01:37 +0000 (+0000) Subject: added DP_QC_MULTIPLETEMPSTRINGS extension (thanks to fuh for pointing out I should... X-Git-Tag: xonotic-v0.1.0preview~5769 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=52091291046a956d804e32dd58d7b44ae8151437;p=xonotic%2Fdarkplaces.git added DP_QC_MULTIPLETEMPSTRINGS extension (thanks to fuh for pointing out I should make this detectable to the QC) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4301 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/pr_cmds.c b/pr_cmds.c index b4997b95..cab894a3 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -109,6 +109,7 @@ char *ENGINE_EXTENSIONS = "DP_QC_GETLIGHT " "DP_QC_GETSURFACE " "DP_QC_MINMAXBOUND " +"DP_QC_MULTIPLETEMPSTRINGS " "DP_QC_RANDOMVEC " "DP_QC_SINCOSSQRTPOW " "DP_QC_TRACEBOX "