[StructuredData] Reset empty classnames

This commit is contained in:
momo5502
2017-02-25 17:27:34 +01:00
parent 89ef10b789
commit 0d4934d163
3 changed files with 17 additions and 1 deletions

View File

@ -1560,6 +1560,11 @@ namespace Game
size_t size; // 8188
};
struct StructuredDataLookup
{
char pad[0x10];
};
typedef struct
{
StructuredDataDef* data;