]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/swamp.qc
CSQC: use touch accessors
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / swamp.qc
index 32999b71adb9c829e57926fb4abb0e92ee2694e6..a09c69f7088eaad47c36f7c1ddcbed27c7abb850 100644 (file)
@@ -148,7 +148,7 @@ NET_HANDLE(ENT_CLIENT_SWAMP, bool isnew)
 
        this.classname = "trigger_swamp";
        this.solid = SOLID_TRIGGER;
-       this.move_touch = swamp_touch;
+       settouch(this, swamp_touch);
        this.drawmask = MASK_NORMAL;
        this.move_time = time;
        this.entremove = trigger_remove_generic;