X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Freports.c;fp=src%2Freports.c;h=fa9d2e47b9942330aca984cab801084a1fc6dfc0;hp=ff19ae16bdf29bd0fdb660b75d701fede6c5a863;hb=4acfd92e4eadf66c2bc3786c4ea688c2fe8d0139;hpb=cbb2d987e8c23c6c25bd441fdef5401d5a89289e diff --git a/src/reports.c b/src/reports.c index ff19ae1..fa9d2e4 100644 --- a/src/reports.c +++ b/src/reports.c @@ -82,8 +82,8 @@ void report(void) else prout(_("There are %d bases."), game.inbase); if (!damaged(DRADIO) || game.condition == docked || game.iseenit) { - /* Don't report this if not seen and - either the radio is dead or not at base! */ + // Don't report this if not seen and + // either the radio is dead or not at base! attackreport(false); game.iseenit = true; }