(agecontact): Remove the opt_LOSE_CONTACT, the calling

procedure update_main() already has opt_LOSE_CONTACT check.
This commit is contained in:
Ron Koenderink 2005-11-18 23:02:51 +00:00
parent 09b2530d97
commit 974af7130c

View file

@ -121,13 +121,11 @@ agecontact(struct natstr *np)
{
int them;
if (opt_LOSE_CONTACT) {
for (them = 1; them < MAXNOC; ++them) {
if (them != np->nat_cnum && np->nat_contact[them]) {
--np->nat_contact[them];
}
}
}
}
int