X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=io.c;fp=io.c;h=9b968027e78093d8a1ff1aeb839040a21809abbd;hb=8629b4a298e31f81ba0db0debb4796356c3966c7;hp=04fc9799245dc29f5fdc27c95e107952eba29c01;hpb=e1f6b356f97edb611f07a9601f2d78d03e96c1c0;p=super-star-trek.git diff --git a/io.c b/io.c index 04fc979..9b96802 100644 --- a/io.c +++ b/io.c @@ -169,7 +169,7 @@ void prouts(char *fmt, ...) va_end(ap); skip(1); for (s = buf; *s; s++) { - delay(200); + delay(30); if (game.options & OPTION_CURSES) { waddch(curwnd, *s); wrefresh(curwnd); @@ -301,7 +301,7 @@ void drawmaps(short l) { if (game.options & OPTION_CURSES) { if (l == 1) - sensor(FALSE); + sensor(); if (l != 2) { setwnd(srscan_window); wmove(curwnd, 0, 0);