sfctool build bit

This commit is contained in:
nhmall
2025-08-06 12:52:55 -04:00
parent 695c6ef3ac
commit 6607b48dd1

View File

@@ -211,6 +211,7 @@ struct nhdatatypes_t readtagstypes[] = {
{ NHTYPE_COMPLEX, (char *) "dig_info",
sizeof(struct dig_info) }, /* context */
{ NHTYPE_COMPLEX, (char *) "engrave_info", sizeof(struct engrave_info) },
{ NHTYPE_COMPLEX, (char *) "lifelists", sizeof(struct lifelists) },
{ NHTYPE_COMPLEX, (char *) "obj_split", sizeof(struct obj_split) },
{ NHTYPE_COMPLEX, (char *) "polearm_info", sizeof(struct polearm_info) },
{ NHTYPE_COMPLEX, (char *) "takeoff_info", sizeof(struct takeoff_info) },