From f37eb2f63f88c1e5339ee4a11dbbacd233014ea6 Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 16 May 2003 11:09:23 +0000 Subject: [PATCH] added DP_GFX_SKYBOX and DP_CL_LOADSKY extensions git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2998 d7cf8633-e32d-0410-b094-e92efae38249 --- pr_cmds.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pr_cmds.c b/pr_cmds.c index e33360bb..fc4ef6ef 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -65,6 +65,7 @@ char *PF_VarString (int first) } char *ENGINE_EXTENSIONS = +"DP_CL_LOADSKY " "DP_EF_NODRAW " "DP_EF_ADDITIVE " "DP_EF_BLUE " @@ -80,6 +81,7 @@ char *ENGINE_EXTENSIONS = "DP_ENT_SCALE " "DP_ENT_VIEWMODEL " "DP_GFX_FOG " +"DP_GFX_SKYBOX " "DP_HALFLIFE_MAP " "DP_INPUTBUTTONS " "DP_MONSTERWALK " -- 2.39.2