follow-up: field name typo
This commit is contained in:
+1
-1
@@ -803,7 +803,7 @@ struct instance_globals_p {
|
|||||||
int poly_zapped;
|
int poly_zapped;
|
||||||
|
|
||||||
/* new stuff */
|
/* new stuff */
|
||||||
int puzzling_critera;
|
int puzzling_criteria;
|
||||||
char puzzling_ilets[invlet_basic + 1];
|
char puzzling_ilets[invlet_basic + 1];
|
||||||
|
|
||||||
boolean havestate;
|
boolean havestate;
|
||||||
|
|||||||
+1
-1
@@ -2742,7 +2742,7 @@ check_for_puzzling_nonmerge(struct obj *objchn)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (puzzling_cnt)
|
if (puzzling_cnt)
|
||||||
gp.puzzling_critera = 411;
|
gp.puzzling_criteria = 411;
|
||||||
}
|
}
|
||||||
return puzzling_cnt;
|
return puzzling_cnt;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1520,7 +1520,7 @@ doname_base(
|
|||||||
: 53; /* valid index, but always holds zero */
|
: 53; /* valid index, but always holds zero */
|
||||||
|
|
||||||
if (with_corpse_genders && puzzidx < 53
|
if (with_corpse_genders && puzzidx < 53
|
||||||
&& gp.puzzling_critera == 411 && gp.puzzling_ilets[puzzidx])
|
&& gp.puzzling_criteria == 411 && gp.puzzling_ilets[puzzidx])
|
||||||
cxarg |= CXN_ADDGNDR;
|
cxarg |= CXN_ADDGNDR;
|
||||||
/* corpse_xname() sets xnamep; callers other than doname_base()
|
/* corpse_xname() sets xnamep; callers other than doname_base()
|
||||||
itself shouldn't care about xnamep (pointer to start of
|
itself shouldn't care about xnamep (pointer to start of
|
||||||
|
|||||||
Reference in New Issue
Block a user