Fix wire not to clear pending telegrams with toggle inform on
Broken since Empire 2 introduced toggle inform.
This commit is contained in:
parent
b98a806d82
commit
a0e91cbc5e
1 changed files with 6 additions and 4 deletions
|
@ -174,10 +174,12 @@ rea(void)
|
||||||
pr("No %ss for %s at the moment...\n", kind, cname(num));
|
pr("No %ss for %s at the moment...\n", kind, cname(num));
|
||||||
}
|
}
|
||||||
(void)fclose(telfp);
|
(void)fclose(telfp);
|
||||||
if (np->nat_flags & NF_INFORM) {
|
if (*kind != 'a') {
|
||||||
pr_inform(player, "\n");
|
if (np->nat_flags & NF_INFORM) {
|
||||||
np->nat_tgms = 0;
|
pr_inform(player, "\n");
|
||||||
putnat(np);
|
np->nat_tgms = 0;
|
||||||
|
putnat(np);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return RET_OK;
|
return RET_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue