X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fdoor_rotating.qc;fp=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Fdoor_rotating.qc;h=77061ecb3e626c6516c2e3d69849fa3909cecff1;hp=ae7918c8287cd4b2acd211ce123a975ad45fb799;hb=1add7fc6b9e512dcfcfd3180505046449ac782cd;hpb=c028ea62161e048d7a12774786d587604319e290 diff --git a/qcsrc/common/triggers/func/door_rotating.qc b/qcsrc/common/triggers/func/door_rotating.qc index ae7918c828..77061ecb3e 100644 --- a/qcsrc/common/triggers/func/door_rotating.qc +++ b/qcsrc/common/triggers/func/door_rotating.qc @@ -115,7 +115,7 @@ spawnfunc(func_door_rotating) if (this.items) this.wait = -1; - this.touch = door_touch; + settouch(this, door_touch); // LinkDoors can't be done until all of the doors have been spawned, so // the sizes can be detected properly.