From a980fc82080b0763e4bc338144fff3f42e4750e1 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 8 Apr 2003 08:02:01 +0000 Subject: [PATCH] added DP_QUAKE3_MODEL extension (thanks to Elric for pointing out the need for this) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2934 d7cf8633-e32d-0410-b094-e92efae38249 --- pr_cmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pr_cmds.c b/pr_cmds.c index 128d7200..05b9a298 100644 --- a/pr_cmds.c +++ b/pr_cmds.c @@ -99,6 +99,7 @@ char *ENGINE_EXTENSIONS = "DP_QC_TRACETOSS " "DP_QC_VECTORVECTORS " "DP_QUAKE2_MODEL " +"DP_QUAKE3_MODEL " "DP_REGISTERCVAR " "DP_SOLIDCORPSE " "DP_SPRITE32 " -- 2.39.2