From: Mario Date: Fri, 23 Jun 2017 03:50:09 +0000 (+1000) Subject: Switch the bit number for multijump_count (better not send the player's hitbox coordi... X-Git-Tag: xonotic-v0.8.5~2707 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=84e1734e0b2ef6c84cca33773c2cc064689b98f8;p=xonotic%2Fxonotic-data.pk3dir.git Switch the bit number for multijump_count (better not send the player's hitbox coordinates every time someone double jumps) --- diff --git a/qcsrc/common/csqcmodel_settings.qh b/qcsrc/common/csqcmodel_settings.qh index 9c4909671..c95bd62ae 100644 --- a/qcsrc/common/csqcmodel_settings.qh +++ b/qcsrc/common/csqcmodel_settings.qh @@ -62,7 +62,7 @@ CSQCMODEL_PROPERTY_SCALED(BIT(12), float, ReadByte, WriteByte, scale, 16, 0, 255) \ CSQCMODEL_PROPERTY(BIT(13), int, ReadInt24_t, WriteInt24_t, dphitcontentsmask) \ CSQCMODEL_PROPERTY(BIT(14), TAG_VIEWLOC_TYPE, ReadShort, WriteEntity, TAG_VIEWLOC_NAME) \ - CSQCMODEL_PROPERTY(BIT(15), int, ReadByte, WriteByte, multijump_count) \ + CSQCMODEL_PROPERTY(BIT(16), int, ReadByte, WriteByte, multijump_count) \ CSQCMODEL_PROPERTY(BIT(16), int, ReadByte, WriteByte, move_movetype) // TODO get rid of colormod/glowmod here; also get rid of some useless properties on non-players that only exist for CopyBody