]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added DP_CON_SET and DP_CON_SETA extensions
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 30 Oct 2004 12:03:59 +0000 (12:03 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 30 Oct 2004 12:03:59 +0000 (12:03 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4724 d7cf8633-e32d-0410-b094-e92efae38249

pr_cmds.c

index af9475985224d36d2fb8c906abc5c0cb19e53a07..c0d9256f43700ea63795bb6ce1c7c2ca1bbfc8a4 100644 (file)
--- a/pr_cmds.c
+++ b/pr_cmds.c
@@ -70,6 +70,8 @@ void PF_VarString(int first, char *out, int outlength)
 }
 
 char *ENGINE_EXTENSIONS =
+"DP_CON_SET "
+"DP_CON_SETA "
 "DP_CL_LOADSKY "
 "DP_EF_ADDITIVE "
 "DP_EF_BLUE "