Fix several minor bugs reported by Stas Sergeev.
[super-star-trek.git] / io.c
diff --git a/io.c b/io.c
index 04fc9799245dc29f5fdc27c95e107952eba29c01..9b968027e78093d8a1ff1aeb839040a21809abbd 100644 (file)
--- 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);