]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove this movetype from CSQC. How did it get there...
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 Aug 2013 12:55:48 +0000 (12:55 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 Aug 2013 12:55:48 +0000 (12:55 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12000 d7cf8633-e32d-0410-b094-e92efae38249

dpdefs/csprogsdefs.qc

index af0cb69121e0870b34ddacd9575923eb1edb402b..f858afba2fdaa3457f8c1cc33b63dfcf336a9b3c 100644 (file)
@@ -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