X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Feffects%2Fqc%2Fgibs.qc;h=35f0fe52256b8cbca67f35bd846ea1caaf2d9957;hb=97ead695d25a6f24ee9d9837664e05456692af9d;hp=7be63e2e55c5e1056a544f23ae9bc0331ec8138a;hpb=2183056a5b6e75d2e025aa6c718eeb6f87de31b6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/effects/qc/gibs.qc b/qcsrc/common/effects/qc/gibs.qc index 7be63e2e5..35f0fe522 100644 --- a/qcsrc/common/effects/qc/gibs.qc +++ b/qcsrc/common/effects/qc/gibs.qc @@ -16,7 +16,7 @@ bool Violence_GibSplash_SendEntity(entity this, entity to, int sf) WriteShort(channel, floor(this.origin.x / 4)); // not using a coord here, as gibs don't need this accuracy WriteShort(channel, floor(this.origin.y / 4)); // not using a coord here, as gibs don't need this accuracy WriteShort(channel, floor(this.origin.z / 4)); // not using a coord here, as gibs don't need this accuracy - WriteShort(channel, this.oldorigin.x); // acrually compressed velocity + WriteShort(channel, this.oldorigin.x); // actually compressed velocity return true; }