Get rid of \r characters.
[super-star-trek.git] / io.c
diff --git a/io.c b/io.c
index 8ea9d16b5a75e386ac1c4a5c9068c6d5ed510fd9..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(500);
+       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);