1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-04 02:24:12 +02:00

entity write fixes

This commit is contained in:
Robin Appelman 2021-07-20 19:27:24 +02:00
commit 577a998baa
17 changed files with 129 additions and 35 deletions

View file

@ -57,7 +57,7 @@ fn test_voice_init_roundtrip() {
});
}
#[derive(BitRead, BitWrite, Debug, Clone)]
#[derive(BitRead, BitWrite, Debug, Clone, PartialEq)]
#[endianness = "LittleEndian"]
pub struct VoiceDataMessage<'a> {
client: u8,