fdr/teddy: store and dump number of strings

This commit is contained in:
Justin Viiret
2017-06-23 16:32:10 +10:00
committed by Matthew Barr
parent a17ef3e48a
commit e4788aae1a
5 changed files with 6 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ struct Teddy {
u32 engineID;
u32 size;
u32 maxStringLen;
u32 numStrings;
u32 confOffset;
u32 floodOffset;
};