1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

fix parsing client stringtables

This commit is contained in:
Robin Appelman 2017-09-26 23:03:23 +02:00
commit 7505abc6d0
3 changed files with 34 additions and 34 deletions

View file

@ -6,7 +6,7 @@ export interface StringTable {
maxEntries: number;
fixedUserDataSize?: number;
fixedUserDataSizeBits?: number;
tableEntry?: StringTableEntry;
clientEntries?: StringTableEntry[];
}
export interface StringTableEntry {