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

more string table tests

This commit is contained in:
Robin Appelman 2021-07-21 18:50:36 +02:00
commit 875dc7120c
43 changed files with 190 additions and 4 deletions

View file

@ -22,7 +22,7 @@ pub struct StringCmdMessage {
}
#[derive(BitRead, BitWrite, Debug, PartialEq)]
pub struct SigOnStateMessage {
pub struct SignOnStateMessage {
pub state: u8,
pub count: u32,
}