]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Switch the bit number for multijump_count (better not send the player's hitbox coordi...
authorMario <mario@smbclan.net>
Fri, 23 Jun 2017 03:50:09 +0000 (13:50 +1000)
committerMario <mario@smbclan.net>
Fri, 23 Jun 2017 03:50:09 +0000 (13:50 +1000)
qcsrc/common/csqcmodel_settings.qh

index 9c4909671e1408e5695fd572f7fbb6211de8c41e..c95bd62ae956831253121d0c977fcd4693431d6a 100644 (file)
@@ -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