(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:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user