]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/swamp.qc
Introduce touch accessors
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / swamp.qc
index 4b66f723f1aeada9bf68eade7a4414341e3d6bee..32999b71adb9c829e57926fb4abb0e92ee2694e6 100644 (file)
@@ -121,7 +121,7 @@ spawnfunc(trigger_swamp)
 {
        // Init stuff
        trigger_init(this);
-       this.touch = swamp_touch;
+       settouch(this, swamp_touch);
 
        // Setup default keys, if missing
        if(this.dmg <= 0)