X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Freports.c;h=9d3ddd8a316b6d322da473b82918c6baeab79924;hp=5c9289b5f0236a97da98531544e1eda5e77cd919;hb=a0718b55ad87f433723f756dfe748701c7801695;hpb=425a592e41da0eb051cbabc8f389f30e98cd335a diff --git a/src/reports.c b/src/reports.c index 5c9289b..9d3ddd8 100644 --- a/src/reports.c +++ b/src/reports.c @@ -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(); }