X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=battle.c;h=e405471d77cde0c2a492b40bb6c29807b8dc113a;hb=50d43451314c229e511b46b69e7ca878ff9a0930;hp=0f760d9bb73b74e324abdb1a17c3db4fdad65017;hpb=0dd845a602e289a5b3e5cd60a8cc2a7c4cbbbd5f;p=super-star-trek.git diff --git a/battle.c b/battle.c index 0f760d9..e405471 100644 --- a/battle.c +++ b/battle.c @@ -203,6 +203,7 @@ void torpedo(double course, double r, int inx, int iny, double *hit, int wait, i if (iquad==IHDOT) continue; /* hit something */ setwnd(message_window); + skip(1); /* start new line after text track */ switch(iquad) { case IHE: /* Hit our ship */ case IHF: @@ -319,7 +320,7 @@ void torpedo(double course, double r, int inx, int iny, double *hit, int wait, i plnetx = plnety = 0; game.quad[ix][iy] = IHDOT; if (landed==1) { - /* captain parishes on planet */ + /* captain perishes on planet */ finish(FDPLANET); } return;