more follow-up (trunk only)

Based on feedback, make the load_symset() call easier
to follow.
This commit is contained in:
nethack.allison
2006-09-21 03:47:00 +00:00
parent b5648a7bb3
commit f0bf6c7653
6 changed files with 19 additions and 22 deletions

View File

@@ -261,11 +261,8 @@ extern char *roguesymset, *roguehandling; /* from drawing.c */
* Graphics sets for display symbols
*/
#define DEFAULT_GRAPHICS 0 /* regular characters: '-', '+', &c */
#if 0
#define IBM_GRAPHICS 1 /* PC graphic characters */
#define DEC_GRAPHICS 2 /* VT100 line drawing characters */
#define MAC_GRAPHICS 3 /* Macintosh drawing characters */
#endif
#define ROGUESET 1 /* useful for load_symset() */
#define PRIMARY 0
/*
* The 5 possible states of doors