MSDOS autocompletion fix

This commit is contained in:
nethack.allison
2002-12-24 02:20:50 +00:00
parent 92b7f7daff
commit 03456ea341
4 changed files with 2 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
#ifdef TTY_GRAPHICS
#if !defined(MSDOS) && !defined(MAC)
#if !defined(MAC)
#define NEWAUTOCOMP
#endif