01-28-2014, 05:38 AM
(This post was last modified: 01-28-2014, 05:39 AM by daniel0916.)
I won't make stupid question and i know now that i can use .push_back().
In the array's typedef the argument is cEnchantments.
When i know that, i can make the cItem method ready.
In the array's typedef the argument is cEnchantments.
a_Enchantments.push_back(cEnchantments::enchAquaAffinity);But this isn't cEnchantments, this is "enum cEnchantments::<unnamed>"
When i know that, i can make the cItem method ready.