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));
|
||||
}
|
||||
(void)fclose(telfp);
|
||||
if (np->nat_flags & NF_INFORM) {
|
||||
pr_inform(player, "\n");
|
||||
np->nat_tgms = 0;
|
||||
putnat(np);
|
||||
if (*kind != 'a') {
|
||||
if (np->nat_flags & NF_INFORM) {
|
||||
pr_inform(player, "\n");
|
||||
np->nat_tgms = 0;
|
||||
putnat(np);
|
||||
}
|
||||
}
|
||||
return RET_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue