From: divverent Date: Thu, 29 Aug 2013 12:55:48 +0000 (+0000) Subject: remove this movetype from CSQC. How did it get there... X-Git-Tag: xonotic-v0.8.0~96^2~40 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=75d7c43117740688f30a9ea432ea2638458457b0;p=xonotic%2Fdarkplaces.git 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 --- 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