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