(from Yitzhak) part1

part 1 touches core files
ntconf.h changes differ slightly from Yitzhak's original.

Makes Borland happy with current sources.
Hides "rawio" on Graphical Port which doesn't do anything with rawio
This commit is contained in:
nethack.allison
2002-03-10 17:35:16 +00:00
parent 62ea5a9345
commit d40c1b8202
3 changed files with 27 additions and 19 deletions

View File

@@ -794,15 +794,12 @@ boolean is_rlevel;
/* Use a loop: char != uchar on some machines. */
for (i = 0; i < MAXMCLASSES; i++)
monsyms[i] = def_monsyms[i];
# ifdef ASCIIGRAPH
# if defined(ASCIIGRAPH) && !defined(MSWIN_GRAPHICS)
if (iflags.IBMgraphics
# if defined(USE_TILES) && defined(MSDOS)
&& !iflags.grmode
# endif
# if defined(MSWIN_GRAPHICS)
&& 0
# endif
)
)
monsyms[S_HUMAN] = 0x01; /* smiley face */
# endif
for (i = 0; i < MAXPCHARS; i++)