More VS compile fixes (curse you clang/gcc!)

This commit is contained in:
Michael Cook (mackal) 2015-02-21 01:50:40 -05:00
parent e61f647bf2
commit 4f3360aa49
2 changed files with 4 additions and 4 deletions

View File

@ -4739,13 +4739,13 @@ struct VeteranRewardEntry
/*004*/ uint32 avaliable_count;
/*008*/ uint32 claim_count;
/*012*/ char enabled;
/*013*/ VeteranRewardItem items[0];
/*013*/ //VeteranRewardItem items[0];
};
struct VeteranReward
{
/*000*/ uint32 claim_count;
/*004*/ VeteranRewardEntry entries[0];
/*004*/ //VeteranRewardEntry entries[0];
};
struct VeteranClaim

View File

@ -4730,13 +4730,13 @@ struct VeteranRewardEntry
/*004*/ uint32 avaliable_count;
/*008*/ uint32 claim_count;
/*012*/ char enabled;
/*013*/ VeteranRewardItem items[0];
/*013*/ //VeteranRewardItem items[0];
};
struct VeteranReward
{
/*000*/ uint32 claim_count;
/*004*/ VeteranRewardEntry entries[0];
/*004*/ //VeteranRewardEntry entries[0];
};
struct VeteranClaim