X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=io.c;h=4830ea4595625b4b45bb12184fd6803d1eb06892;hb=5b0cc4a8a21c3d66e5a43abdb06f37df2d525e08;hp=fc173f7182c0baac431cdb9363a5279f6447ed68;hpb=8b0a1880ee115e281afe83e1cd0c90e3306dfed8;p=super-star-trek.git diff --git a/io.c b/io.c index fc173f7..4830ea4 100644 --- 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);