1
0
Fork 0
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:
Robin Appelman 2021-07-23 16:55:06 +02:00
commit 185ff6365f
13 changed files with 155 additions and 90 deletions

View file

@ -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(