From 94a57ec332c44e564b32675dd4f722229a9c1e62 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 14 Apr 2003 22:23:12 +0000 Subject: [PATCH] added some extensions I forgot to put in the list before git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2948 d7cf8633-e32d-0410-b094-e92efae38249 --- pr_cmds.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pr_cmds.c b/pr_cmds.c index 05b9a298..5941d6f7 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -83,6 +83,7 @@ char *ENGINE_EXTENSIONS = "DP_HALFLIFE_MAP " "DP_INPUTBUTTONS " "DP_MONSTERWALK " +"DP_MOVETYPEBOUNCEMISSILE " "DP_MOVETYPEFOLLOW " "DP_QC_CHANGEPITCH " "DP_QC_COPYENTITY " @@ -112,12 +113,18 @@ char *ENGINE_EXTENSIONS = "DP_SV_SLOWMO " "DP_TE_BLOOD " "DP_TE_BLOODSHOWER " +"DP_TE_CUSTOMFLASH " "DP_TE_EXPLOSIONRGB " "DP_TE_FLAMEJET " "DP_TE_PARTICLECUBE " "DP_TE_PARTICLERAIN " "DP_TE_PARTICLESNOW " +"DP_TE_PLASMABURN " +"DP_TE_QUADEFFECTS1 " +"DP_TE_SMALLFLASH " "DP_TE_SPARK " +"DP_TE_STANDARDEFFECTBUILTINS " +"DP_VIEWZOOM " "FRIK_FILE " "NEH_CMD_PLAY2 " "NEH_RESTOREGAME " -- 2.39.2