few assorted adjustments and a fix for #8883
[super-star-trek.git] / src / reports.c
index 5c9289b5f0236a97da98531544e1eda5e77cd919..9d3ddd8a316b6d322da473b82918c6baeab79924 100644 (file)
@@ -26,8 +26,8 @@ void attakreport(bool curt)
            proutn(_("Base in %i - %i attacked by C. Alive until %.1f"), game.battle.x, game.battle.y, scheduled(FCDBAS));
         if (game.isatb)
            proutn(_("Base in %i - %i attacked by S. Alive until %.1f"), game.state.kscmdr.x, game.state.kscmdr.y, scheduled(FSCDBAS));
+       clreol();
     }
-    clreol();
 }