Message for land unit hitting mines lacked a newline
Broken in Empire 2.
This commit is contained in:
parent
aa3c5ef350
commit
4191b22758
1 changed files with 1 additions and 1 deletions
|
@ -856,7 +856,7 @@ lnd_hit_mine(struct lndstr *lp)
|
|||
{
|
||||
int m;
|
||||
|
||||
mpr(lp->lnd_own, "Blammo! Landmines detected in %s! ",
|
||||
mpr(lp->lnd_own, "Blammo! Landmines detected in %s!\n",
|
||||
xyas(lp->lnd_x, lp->lnd_y, lp->lnd_own));
|
||||
|
||||
nreport(lp->lnd_own, N_LHIT_MINE, 0, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue