ren nhconst.h -> weight.h

The speed related values were not used, except for NORMAL_SPEED,
which has been moved back to permonst.h
This commit is contained in:
nhmall
2025-03-19 17:14:07 -04:00
parent 601d03b71d
commit 1f99638bbf
13 changed files with 40 additions and 42 deletions

View File

@@ -415,11 +415,11 @@ DECL_H = $(YOU_H) $(INCL)/spell.h $(INCL)/color.h \
GLOBAL_H = $(PCCONF_H) $(INCL)/coord.h $(INCL)/global.h
HACK_H = $(CONFIG_H) $(INCL)/context.h $(DUNGEON_H) \
$(DECL_H) $(DISPLAY_H) $(INCL)/sym.h \
$(INCL)/defsym.h $(INCL)/mkroom.h $(INCL)/nhconst.h \
$(INCL)/objclass.h $(INCL)/trap.h $(INCL)/flag.h \
$(RM_H) $(INCL)/vision.h $(INCL)/wintype.h \
$(INCL)/engrave.h $(INCL)/rect.h $(INCL)/hack.h \
$(REGION_H) $(INCL)/sys.h
$(INCL)/defsym.h $(INCL)/mkroom.h $(INCL)/objclass.h \
$(INCL)/trap.h $(INCL)/flag.h $(RM_H) \
$(INCL)/vision.h $(INCL)/wintype.h $(INCL)/engrave.h \
$(INCL)/rect.h $(INCL)/hack.h $(REGION_H) \
$(INCL)/sys.h $(INCL)/weight.h
DLB_H = $(INCL)/dlb.h
ifeq ($(SUPPRESS_GRAPHICS),Y)