]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/trigger/jumppads.qc
Fix trigger_push and trigger_impulse prediction
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / trigger / jumppads.qc
index 0ff3ba0a99c58d05de97458666ba703825b9d998..517a2d48414cdbca42039cfaccf5eaaa142ede38 100644 (file)
@@ -606,7 +606,7 @@ spawnfunc(trigger_push)
 {
        SetMovedir(this);
 
-       EXACTTRIGGER_INIT;
+       WarpZoneLib_ExactTrigger_Init(this, false);
        BITSET_ASSIGN(this.effects, EF_NODEPTHTEST);
        this.active = ACTIVE_ACTIVE;
        this.use = trigger_push_use;