Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-11-21 18:58:04 -05:00
14 changed files with 261 additions and 100 deletions

View File

@@ -688,11 +688,11 @@ tty_delay_output()
clock_t goal;
int k;
goal = 50 + clock();
back_buffer_flip();
if (iflags.debug_fuzzer)
return;
goal = 50 + clock();
back_buffer_flip();
while (goal > clock()) {
k = junk; /* Do nothing */
}