]> granicus.if.org Git - nethack/commit
enum values
authorPatR <rankin@nethack.org>
Sat, 12 Jan 2019 01:18:48 +0000 (17:18 -0800)
committerPatR <rankin@nethack.org>
Sat, 12 Jan 2019 01:18:48 +0000 (17:18 -0800)
commit8b02e5b32bd7f6d4d1c666235e9a5a1aedabcfc5
tree0c3b80404702f62f5cf1fa938d8cf2a363bf5302
parent5e2236a3ef27555e9d86384909c2bf49dbf08e7f
enum values

Give the enum lists in several header files explicit values.  Adding
or removing new entries will be more tedious, but doing that is rare
and being able to grep the headers for numeric values in addition to
names is very useful.

rm.h also has a bunch of tabs replaced with spaces.
include/objclass.h
include/rm.h
include/skills.h
include/trap.h