]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/jumppads.qc
Move MOVETYPE_FLY to ecs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / jumppads.qc
index 8100f6b7972e0e7d01c1a3a59b1e1f0934c7c3f1..caa62e03607a408195f55151ffda88e348c46738 100644 (file)
@@ -240,6 +240,7 @@ void trigger_push_touch(entity this)
        if (other.flags & FL_PROJECTILE)
        {
                other.angles = vectoangles (other.velocity);
+               other.com_phys_gravity_factor = 1;
                switch(other.movetype)
                {
                        case MOVETYPE_FLY: