X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fconveyor.qc;h=6ad2e80d41c33404d7e5535892a2a68963df3635;hb=daab9330abb8952053b47239d1322cd029b08cd1;hp=dd7c129d62b2626ac4be1a98403639de3eb320c0;hpb=37dfbfc77bea086b24dc33a35464700fdb92d3db;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/func/conveyor.qc b/qcsrc/common/triggers/func/conveyor.qc index dd7c129d6..6ad2e80d4 100644 --- a/qcsrc/common/triggers/func/conveyor.qc +++ b/qcsrc/common/triggers/func/conveyor.qc @@ -112,7 +112,7 @@ void conveyor_init(entity this) { if (!this.speed) this.speed = 200; this.movedir *= this.speed; - this.think = conveyor_think; + setthink(this, conveyor_think); this.nextthink = time; IFTARGETED {