]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/ecs/systems/physics.qc
Merge branch 'TimePath/bot_api'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / ecs / systems / physics.qc
index f5052b376f89f4072ca33ef968b3e4bba3d66f56..0a8cd8ef32a34bf559a79fa33e6835a7beffbdba 100644 (file)
@@ -84,7 +84,7 @@ void sys_phys_update(entity this, float dt)
                        PHYS_TELEPORT_TIME(this) = 0;
                        PHYS_WATERJUMP_TIME(this) = 0;
                }
-       } else if (MUTATOR_CALLHOOK(PM_Physics, this, maxspeed_mod)) {
+       } else if (MUTATOR_CALLHOOK(PM_Physics, this, maxspeed_mod, dt)) {
                // handled
        } else if (this.move_movetype == MOVETYPE_NOCLIP
            || this.move_movetype == MOVETYPE_FLY