Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-11-11 10:35:08 -05:00
13 changed files with 162 additions and 63 deletions

View File

@@ -501,15 +501,6 @@ int code;
exit(code);
}
#ifdef WIN32
#ifndef TTY_GRAPHICS
void
synch_cursor()
{
}
#endif
#endif
/* Chdir back to original directory
*/
#ifdef TOS