diff --git a/common/patches/rof2_structs.h b/common/patches/rof2_structs.h index 0f2e4548b..3676e990f 100644 --- a/common/patches/rof2_structs.h +++ b/common/patches/rof2_structs.h @@ -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; }; diff --git a/common/patches/rof_structs.h b/common/patches/rof_structs.h index 05943d81a..1e75df0eb 100644 --- a/common/patches/rof_structs.h +++ b/common/patches/rof_structs.h @@ -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; };