04.04.2017, 20:20
I think I fixed it guys, if anyone is curious as to how:
All I did was basically create an enumerator so that the compiler would know the maximum string size, and it did seem to solve it.
Код:
enum E_CUSTOM_GROUP_RANK { gRank_number, gRank_name[32] }