More boolean-chasing and coord applications.
[super-star-trek.git] / src / reports.c
index 57297f567e0e3c7f812da96cd6de2076320ae956..ac41cd81fbcdb57634b19b648f7490e9cf5bd2f2 100644 (file)
@@ -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");