onbill() fix
Fix a typo/thinko pointed out by entrez.
This commit is contained in:
@@ -888,7 +888,7 @@ onbill(struct obj *obj, struct monst *shkp, boolean silent)
|
|||||||
}
|
}
|
||||||
if (obj->unpaid && !silent)
|
if (obj->unpaid && !silent)
|
||||||
impossible("onbill: unpaid obj %s?",
|
impossible("onbill: unpaid obj %s?",
|
||||||
shkp ? "without shopkeeper" : "not on shk's bill");
|
!shkp ? "without shopkeeper" : "not on shk's bill");
|
||||||
return (struct bill_x *) 0;
|
return (struct bill_x *) 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user