Files
nethack/sys/msdos
nethack.allison 719721e017 more symbol set stuff (trunk only)
- Instead of checking for the Rogue level, check which
  graphics are engaged (PRIMARY or ROGUESET) in the
  SYMHANDLING() macro.

- track which graphics are active through 'currentgraphics'.

- Instead of symset and roguesymset and symhandling and roguehandling
  variables, have symset and symhandling be arrays of two, with the
  following indexes:
	PRIMARY
	ROGUESET
  That reduced the amount of repeated code.
  (Not to be confused with the 'symset' and 'roguesymset' config file options
   both of which still exist)

- the symbol routines were adjusted to pass
the index , rather than 'rogueflag' and coding to roguesymset etc.

Other than fixing bugs that are encountered, this is probably
the last of the symbol stuff, with the exception of
making the symset and roguesymset config file options
accept the keyword value "default".
2006-09-22 02:00:30 +00:00
..
2006-09-21 01:46:15 +00:00
2006-09-21 01:46:15 +00:00
2006-09-21 01:46:15 +00:00
2002-01-05 21:05:57 +00:00
2005-01-02 20:55:41 +00:00
2002-01-05 21:05:57 +00:00
2002-01-05 21:05:57 +00:00
2006-09-22 02:00:30 +00:00
2006-09-22 02:00:30 +00:00