X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fdpextensions.qh;h=47fdcc18053b5d24a90018904cacb0c3af6fff9a;hb=6f37a8f8076a572097afb13de2c367a72717c927;hp=109e9195bb03cda7212ef627a29fbe8cd5785e4c;hpb=c24c0ac5d2fb38c25ab33c552bf8959d0976058f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/dpextensions.qh b/qcsrc/dpdefs/dpextensions.qh index 109e9195b..47fdcc180 100644 --- a/qcsrc/dpdefs/dpextensions.qh +++ b/qcsrc/dpdefs/dpextensions.qh @@ -1132,7 +1132,7 @@ float MOVE_HITMODEL = 4; //idea: LordHavoc //darkplaces implementation: LordHavoc //constant definitions: -float MOVE_WORLDONLY = 3; +const float MOVE_WORLDONLY = 3; //description: //allows traces to hit only world (ignoring all entities, unlike MOVE_NOMONSTERS which hits all bmodels), use as the nomonsters parameter to trace functions