[StructuredData] Correctly update stats (by @RektInator)

This commit is contained in:
momo5502
2017-02-22 20:17:58 +01:00
parent ea3ac3ddcb
commit e7c2d10d19
3 changed files with 40 additions and 1 deletions

View File

@ -1554,6 +1554,12 @@ namespace Game
StructuredDataDef *defs;
};
struct StructuredDataBuffer
{
char *data;
size_t size; // 8188
};
typedef struct
{
StructuredDataDef* data;