Merge remote-tracking branch 'lethosor/patch-5'

develop
expwnent 2014-09-16 17:25:28 -04:00
commit c927f0fa3c
1 changed files with 1 additions and 1 deletions

@ -113,7 +113,7 @@ local function guess_job_material(job)
end
if not mat_mask and mask_whole ~= 0 then
mat_mask = utils.parse_bitfield_int(mask_whole, df.job_material_category)
mat_mask = utils.parse_bitfield_int(mask_whole, df.dfhack_material_category)
if mat_mask.wood2 then
mat_mask.wood = true
mat_mask.wood2 = nil