Message for land unit hitting mines lacked a newline

Broken in Empire 2.
This commit is contained in:
Markus Armbruster 2010-06-06 22:34:05 +02:00
parent aa3c5ef350
commit 4191b22758

View file

@ -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);