]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/monoflop.qc
Merge branch 'terencehill/menu_fixes' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / monoflop.qc
index 4c0e27c7563769bbe94a0313bbce3b3226e3231e..994d498c11e8b0a43056979fccd29ee5430542e7 100644 (file)
@@ -38,9 +38,9 @@ spawnfunc(trigger_monoflop)
        if(!this.wait)
                this.wait = 1;
        if(this.spawnflags & 1)
-               this.use1 = monoflop_fixed_use;
+               this.use = monoflop_fixed_use;
        else
-               this.use1 = monoflop_use;
+               this.use = monoflop_use;
        this.think = monoflop_think;
        this.state = 0;
        this.reset = monoflop_reset;