From: Rudolf Polzer Date: Thu, 29 Aug 2013 12:55:36 +0000 (+0200) Subject: remove this movetype from CSQC. How did it get there... X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1c1df872ee1e72424673c9fdb001430877cdc72a;p=xonotic%2Fdarkplaces.git remove this movetype from CSQC. How did it get there... --- 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