]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/pendulum.qc
Merge branch 'master' into Mario/cts_respawn_clear
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / pendulum.qc
index 946712509b0fbea3b1a5752cdcf6da94531a3e3e..a59f7a93baf6a6427dc8b7813e020ec50e39ae54 100644 (file)
@@ -67,8 +67,8 @@ spawnfunc(func_pendulum)
        controller.owner = this;
        controller.nextthink = time + 1;
        setthink(controller, func_pendulum_controller_think);
-       this.nextthink = this.SUB_LTIME + 999999999;
-       SUB_THINK(this, SUB_NullThink); // for PushMove
+       this.nextthink = this.ltime + 999999999;
+       setthink(this, SUB_NullThink); // for PushMove
 
        //this.effects |= EF_LOWPRECISION;