summaryrefslogtreecommitdiff
path: root/games/hack/hack.pri.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.pri.c')
-rw-r--r--games/hack/hack.pri.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.pri.c b/games/hack/hack.pri.c
index 13ee6b7d0b15..eb412f1edf90 100644
--- a/games/hack/hack.pri.c
+++ b/games/hack/hack.pri.c
@@ -94,7 +94,7 @@ static char let;
return;
}
if(prevx >= 0 && cansee(prevx,prevy)) {
- delay_output();
+ delay_output(50);
prl(prevx, prevy); /* in case there was a monster */
at(prevx, prevy, levl[prevx][prevy].scrsym);
}
@@ -136,7 +136,7 @@ register xx,yy;
}
/* normal call */
if(cansee(x,y)) {
- if(cnt) delay_output();
+ if(cnt) delay_output(50);
at(x,y,let);
tc[cnt].x = x;
tc[cnt].y = y;