Fix for special_abilities crash dealing with std::string in struct that was then memcpyed

This commit is contained in:
KimLS
2013-07-18 00:24:43 -07:00
parent 2331678312
commit 1f2145a45d
8 changed files with 17 additions and 27 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ struct NPCType
uint32 min_dmg;
uint32 max_dmg;
int16 attack_count;
std::string special_abilities;
char special_abilities[512];
uint16 d_meele_texture1;
uint16 d_meele_texture2;
uint8 prim_melee_type;