From 4f3360aa49ae9b191dd49b00a698bbf3e4e2e9c8 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 21 Feb 2015 01:50:40 -0500 Subject: [PATCH] More VS compile fixes (curse you clang/gcc!) --- common/patches/rof2_structs.h | 4 ++-- common/patches/rof_structs.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/patches/rof2_structs.h b/common/patches/rof2_structs.h index 3676e990f..d5ab87fb6 100644 --- a/common/patches/rof2_structs.h +++ b/common/patches/rof2_structs.h @@ -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 diff --git a/common/patches/rof_structs.h b/common/patches/rof_structs.h index 1e75df0eb..f773d422c 100644 --- a/common/patches/rof_structs.h +++ b/common/patches/rof_structs.h @@ -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