VS didn't like this (it was illegal though, stupid gcc/clang)

This commit is contained in:
Michael Cook (mackal) 2015-02-20 20:51:21 -05:00
parent 9a19d59cf7
commit 0a351bf6e1
2 changed files with 2 additions and 2 deletions

View File

@ -4728,7 +4728,7 @@ struct AugmentInfo_Struct
struct VeteranRewardItem
{
/*000*/ uint32 name_length;
/*004*/ char item_name[0]; // THIS IS NOT NULL TERMED
/*004*/ //char item_name[0]; // THIS IS NOT NULL TERMED
/*???*/ uint32 item_id;
/*???*/ uint32 charges;
};

View File

@ -4719,7 +4719,7 @@ struct AugmentInfo_Struct
struct VeteranRewardItem
{
/*000*/ uint32 name_length;
/*004*/ char item_name[0]; // THIS IS NOT NULL TERMED
/*004*/ //char item_name[0]; // THIS IS NOT NULL TERMED
/*???*/ uint32 item_id;
/*???*/ uint32 charges;
};