]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/plat.qc
#define use use1
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / plat.qc
index badddf4cc626a75ee4c075fcfb29a4f0437367ab..14cfa564134b74e0c6633ac53d5862a05c4db6d7 100644 (file)
@@ -171,7 +171,7 @@ NET_HANDLE(ENT_CLIENT_PLAT, bool isnew)
                this.movetype = MOVETYPE_PUSH;
                this.drawmask = MASK_NORMAL;
                this.draw = plat_draw;
-               this.use1 = plat_use;
+               this.use = plat_use;
                this.entremove = trigger_remove_generic;
 
                plat_reset(this); // also called here