get rid of NetHack macro conflict with curses routine delay_output()

This commit is contained in:
nhmall
2023-04-21 08:25:53 -04:00
parent 71decafefd
commit 826ce951e7
20 changed files with 46 additions and 51 deletions

View File

@@ -2943,7 +2943,7 @@ launch_obj(
/* dstage@u.washington.edu -- Delay only if hero sees it */
if (cansee(gb.bhitpos.x, gb.bhitpos.y))
while (tmp-- > 0)
delay_output();
nh_delay_output();
gb.bhitpos.x += dx;
gb.bhitpos.y += dy;