X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=battle.c;h=9b35e4f0ad838da1523e79f5a4852a83350eeeef;hp=0f760d9bb73b74e324abdb1a17c3db4fdad65017;hb=2ca70710fc39e85aac386ec041318369d148f5ce;hpb=0dd845a602e289a5b3e5cd60a8cc2a7c4cbbbd5f diff --git a/battle.c b/battle.c index 0f760d9..9b35e4f 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); + prout(""); /* 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;