X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Frainsnow.qc;h=644194c3541e982bba19d9108f451e2fa9399616;hp=c765a4293b9e79c34fc5d922b6846058ebb3b440;hb=3c08561fdbb39a6aed38b984faa131aa04282aff;hpb=0076d3f631e54b908b7506883c75c6d28f6b9505 diff --git a/qcsrc/common/mapobjects/func/rainsnow.qc b/qcsrc/common/mapobjects/func/rainsnow.qc index c765a4293b..644194c354 100644 --- a/qcsrc/common/mapobjects/func/rainsnow.qc +++ b/qcsrc/common/mapobjects/func/rainsnow.qc @@ -36,7 +36,7 @@ spawnfunc(func_rain) this.angles = '0 0 0'; set_movetype(this, MOVETYPE_NONE); this.solid = SOLID_NOT; - SetBrushEntityModel(this); + SetBrushEntityModel(this, true); if (!this.cnt) { this.cnt = 12; @@ -76,7 +76,7 @@ spawnfunc(func_snow) this.angles = '0 0 0'; set_movetype(this, MOVETYPE_NONE); this.solid = SOLID_NOT; - SetBrushEntityModel(this); + SetBrushEntityModel(this, true); if (!this.cnt) { this.cnt = 12;