]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/trigger/impulse.qc
Fix trigger_push and trigger_impulse prediction
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / trigger / impulse.qc
index 8cafdfa38461b48c5d0219442d67cd2fced631ea..7d7e16788dda4ac6e03355c2e9d6ddd7b0f902ca 100644 (file)
@@ -174,7 +174,7 @@ void trigger_impulse_link(entity this)
 spawnfunc(trigger_impulse)
 {
        this.active = ACTIVE_ACTIVE;
-       EXACTTRIGGER_INIT;
+       WarpZoneLib_ExactTrigger_Init(this, false);
        BITSET_ASSIGN(this.effects, EF_NODEPTHTEST);
 
        if(this.radius)