From 75d7c43117740688f30a9ea432ea2638458457b0 Mon Sep 17 00:00:00 2001 From: divverent Date: Thu, 29 Aug 2013 12:55:48 +0000 Subject: [PATCH] remove this movetype from CSQC. How did it get there... git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12000 d7cf8633-e32d-0410-b094-e92efae38249 --- dpdefs/csprogsdefs.qc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dpdefs/csprogsdefs.qc b/dpdefs/csprogsdefs.qc index af0cb691..f858afba 100644 --- a/dpdefs/csprogsdefs.qc +++ b/dpdefs/csprogsdefs.qc @@ -1069,14 +1069,6 @@ float SOUNDFLAG_RELIABLE = 1; //- NOTE: to check for this, ALSO OR a check with DP_SND_SOUND7 to also support // the finished extension once done -//DP_MOVETYPEFLYWORLDONLY -//idea: Samual -//darkplaces implementation: Samual -//movetype definitions: -float MOVETYPE_FLY_WORLDONLY = 33; -//description: -//like MOVETYPE_FLY, but does all traces with MOVE_WORLDONLY, and is ignored by MOVETYPE_PUSH. Should only be combined with SOLID_NOT and SOLID_TRIGGER. - //DP_PRECACHE_PIC_FLAGS //idea: divVerent //darkplaces implementation: divVerent -- 2.39.2