X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=src%2Freports.c;h=ac41cd81fbcdb57634b19b648f7490e9cf5bd2f2;hp=57297f567e0e3c7f812da96cd6de2076320ae956;hb=c0682ebb9ae828d035d59892a65e1849d85963b7;hpb=3fad5b50fc2950c556a55e39a78e7129353af0b1 diff --git a/src/reports.c b/src/reports.c index 57297f5..ac41cd8 100644 --- a/src/reports.c +++ b/src/reports.c @@ -75,7 +75,7 @@ void report(void) /* Don't report this if not seen and either the radio is dead or not at base! */ attakreport(false); - game.iseenit = 1; + game.iseenit = true; } if (game.casual) prout(_("%d casualt%s suffered so far."), game.casual, game.casual==1? "y" : "ies");