X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=battle.c;h=e405471d77cde0c2a492b40bb6c29807b8dc113a;hp=0f760d9bb73b74e324abdb1a17c3db4fdad65017;hb=aba642f488174f640e8099f07d46f0a64dbb5052;hpb=0dd845a602e289a5b3e5cd60a8cc2a7c4cbbbd5f 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;