Quiet the sensors.
[super-star-trek.git] / io.c
diff --git a/io.c b/io.c
index fc173f7182c0baac431cdb9363a5279f6447ed68..4830ea4595625b4b45bb12184fd6803d1eb06892 100644 (file)
--- a/io.c
+++ b/io.c
@@ -300,8 +300,8 @@ void drawmaps(short l)
 /* hook to be called after moving to redraw maps */
 {
     if (curses) {
-       if (l == 1) 
-           sensor();
+       if (l == 1)
+           sensor(FALSE);
        if (l != 2) {
            setwnd(srscan_window);
            wmove(curwnd, 0, 0);