get rid of NetHack macro conflict with curses routine delay_output()
This commit is contained in:
@@ -343,7 +343,7 @@ md_rush(struct monst *md,
|
||||
place_monster(md, fx, fy); /* put md down */
|
||||
newsym(fx, fy); /* see it */
|
||||
flush_screen(0); /* make sure md shows up */
|
||||
delay_output(); /* wait a little bit */
|
||||
nh_delay_output(); /* wait a little bit */
|
||||
|
||||
/* Remove md from the dungeon. Restore original mon, if necessary. */
|
||||
remove_monster(fx, fy);
|
||||
@@ -380,7 +380,7 @@ md_rush(struct monst *md,
|
||||
place_monster(md, fx, fy); /* place at final spot */
|
||||
newsym(fx, fy);
|
||||
flush_screen(0);
|
||||
delay_output(); /* wait a little bit */
|
||||
nh_delay_output(); /* wait a little bit */
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user