changed Construction field type "mat_idx" to c_uint (to match t_construction struct layout)

develop
doomchild 2011-03-29 09:23:53 -05:00
parent b3455b0192
commit cee5d176b9
1 changed files with 1 additions and 1 deletions

@ -276,7 +276,7 @@ class Construction(Structure):
("form", c_ushort),
("unk_8", c_ushort),
("mat_type", c_ushort),
("mat_idx", c_ushort),
("mat_idx", c_uint),
("unk3", c_ushort),
("unk4", c_ushort),
("unk5", c_ushort),