X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Fvectormamamam.qh;h=c024160f78cc133f226ba46e68926af8ab1e4c71;hb=HEAD;hp=7eb6b0a63b0f1be400212e81a94c1f41679cb2e5;hpb=76de60deecae125795551ba1a4576a265d7ae7de;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/func/vectormamamam.qh b/qcsrc/common/mapobjects/func/vectormamamam.qh index 7eb6b0a63..c024160f7 100644 --- a/qcsrc/common/mapobjects/func/vectormamamam.qh +++ b/qcsrc/common/mapobjects/func/vectormamamam.qh @@ -1,9 +1,8 @@ #pragma once - const int PROJECT_ON_TARGETNORMAL = BIT(0); const int PROJECT_ON_TARGET2NORMAL = BIT(1); const int PROJECT_ON_TARGET3NORMAL = BIT(2); const int PROJECT_ON_TARGET4NORMAL = BIT(3); -const float vectormamamam_timestep = 0.1; +const float VECTORMAMAMAM_TIMESTEP = 0.1;