X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Frainsnow.qc;fp=qcsrc%2Fcommon%2Fmapobjects%2Ffunc%2Frainsnow.qc;h=de49f1e367c508327cc1363e8a57b9ec9f1a61e6;hp=4f4d4d0aca59349bd04975b75b514c4501e3c7c4;hb=79012b90e96396059bcc310a8a95ae38918993a4;hpb=81323b9fcb2819407b31451453e3651b9675f520 diff --git a/qcsrc/common/mapobjects/func/rainsnow.qc b/qcsrc/common/mapobjects/func/rainsnow.qc index 4f4d4d0aca..de49f1e367 100644 --- a/qcsrc/common/mapobjects/func/rainsnow.qc +++ b/qcsrc/common/mapobjects/func/rainsnow.qc @@ -13,7 +13,7 @@ bool rainsnow_SendEntity(entity this, entity to, float sf) WriteShort(MSG_ENTITY, compressShortVector(this.dest)); WriteShort(MSG_ENTITY, this.count); WriteByte(MSG_ENTITY, this.cnt); - WriteShort(MSG_ENTITY, bound(0, this.fade_end, 65535)); + WriteShort(MSG_ENTITY, bound(0, this.fade_end, 32767)); return true; }