Fix empty lines in bulletin reporting nuclear damage to sectors
Broken in Chainsaw 3.
This commit is contained in:
parent
891ea01b1f
commit
211dd10c9c
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ detonate(struct nukstr *np, coord x, coord y, int airburst)
|
||||||
pr(bp, xyas(ns.x, ns.y, player->cnum));
|
pr(bp, xyas(ns.x, ns.y, player->cnum));
|
||||||
if (own != player->cnum && own != 0) {
|
if (own != player->cnum && own != 0) {
|
||||||
(void)sprintf(buf2, bp, xyas(ns.x, ns.y, own));
|
(void)sprintf(buf2, bp, xyas(ns.x, ns.y, own));
|
||||||
mpr(own, "%s nuclear device %s\n", cname(player->cnum), buf2);
|
mpr(own, "%s nuclear device %s", cname(player->cnum), buf2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue