mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
VS didn't like this (it was illegal though, stupid gcc/clang)
This commit is contained in:
parent
9a19d59cf7
commit
0a351bf6e1
@ -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;
|
||||
};
|
||||
|
||||
@ -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;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user