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

@@ -77,6 +77,8 @@ struct permonst {
uchar mcolor; /* color to use */
};
#define NORMAL_SPEED 12
extern NEARDATA struct permonst mons[NUMMONS + 1]; /* the master list of
* monster types */