]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/rainsnow.qc
Clean out some more SELFPARAMs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / rainsnow.qc
index 1bb1bd47b416fb978f3b8af75ced491357b2ee56..dc569f69a1a738a1f8dbecefa82d6d69ee12fbc9 100644 (file)
@@ -37,7 +37,7 @@ spawnfunc(func_rain)
        this.angles = '0 0 0';
        this.movetype = MOVETYPE_NONE;
        this.solid = SOLID_NOT;
-       SetBrushEntityModel();
+       SetBrushEntityModel(this);
        if (!this.cnt)
                this.cnt = 12;
        if (!this.count)
@@ -75,7 +75,7 @@ spawnfunc(func_snow)
        this.angles = '0 0 0';
        this.movetype = MOVETYPE_NONE;
        this.solid = SOLID_NOT;
-       SetBrushEntityModel();
+       SetBrushEntityModel(this);
        if (!this.cnt)
                this.cnt = 12;
        if (!this.count)