mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-04 10:34:11 +02:00
handle protocol v23 string tables
This commit is contained in:
parent
431d91ad9a
commit
185ff6365f
13 changed files with 155 additions and 90 deletions
|
|
@ -86,7 +86,7 @@ fn test_game_event_roundtrip() {
|
|||
entries: vec![],
|
||||
},
|
||||
];
|
||||
let mut state = ParserState::new(|_| false, false);
|
||||
let mut state = ParserState::new(24, |_| false, false);
|
||||
state.event_definitions = definitions;
|
||||
|
||||
crate::test_roundtrip_encode(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue