job: unk2 -> subtype

develop
jj 2013-05-05 03:55:08 +02:00
parent c496b9f76a
commit e5fd918b0c
1 changed files with 1 additions and 1 deletions

@ -136,7 +136,7 @@ bool DFHack::operator== (const df::job &a, const df::job &b)
CHECK_NULL_POINTER(&a);
CHECK_NULL_POINTER(&b);
if (!(CMP(job_type) && CMP(unk2) &&
if (!(CMP(job_type) && CMP(job_subtype) &&
CMP(mat_type) && CMP(mat_index) &&
CMP(item_subtype) && CMP(item_category.whole) &&
CMP(hist_figure_id) && CMP(material_category.whole) &&