X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=io.c;fp=io.c;h=04fc9799245dc29f5fdc27c95e107952eba29c01;hb=e1f6b356f97edb611f07a9601f2d78d03e96c1c0;hp=8ea9d16b5a75e386ac1c4a5c9068c6d5ed510fd9;hpb=fba5d2fbb42afc9fefaf0de890ba4889311cff92;p=super-star-trek.git diff --git a/io.c b/io.c index 8ea9d16..04fc979 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(500); + delay(200); if (game.options & OPTION_CURSES) { waddch(curwnd, *s); wrefresh(curwnd);