Dilithium crystal indicator.
[super-star-trek.git] / battle.c
index 0f760d9bb73b74e324abdb1a17c3db4fdad65017..9b35e4f0ad838da1523e79f5a4852a83350eeeef 100644 (file)
--- 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;