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:
@@ -560,15 +560,15 @@ CSOURCES = $(HACKCSRC) $(HACKLIBSRC) $(SYSCSRC) $(WINCSRC) $(CHAINSRC) $(GENCSRC
|
||||
# and dgn_file.h, special level & dungeon files.
|
||||
#
|
||||
HACKINCL = align.h artifact.h artilist.h attrib.h botl.h \
|
||||
color.h config.h config1.h context.h coord.h decl.h \
|
||||
color.h config.h config1.h context.h coord.h cstd.h decl.h \
|
||||
display.h dlb.h dungeon.h engrave.h extern.h flag.h fnamesiz.h \
|
||||
func_tab.h global.h warnings.h hack.h lint.h mextra.h mfndpos.h \
|
||||
micro.h mkroom.h monattk.h mondata.h monflag.h monst.h monsters.h \
|
||||
nhconst.h nhmd4.h obj.h objects.h objclass.h optlist.h patchlevel.h \
|
||||
nhmd4.h obj.h objects.h objclass.h optlist.h patchlevel.h \
|
||||
pcconf.h permonst.h prop.h rect.h region.h selvar.h sym.h defsym.h \
|
||||
rm.h sp_lev.h spell.h sndprocs.h seffects.h stairs.h sys.h tcap.h \
|
||||
timeout.h tradstdc.h trap.h unixconf.h vision.h vmsconf.h wintty.h \
|
||||
wincurs.h winX.h winprocs.h wintype.h you.h youprop.h cstd.h
|
||||
wincurs.h winX.h winprocs.h wintype.h you.h youprop.h weight.h
|
||||
|
||||
HSOURCES = $(HACKINCL) dgn_file.h
|
||||
|
||||
@@ -883,15 +883,15 @@ $(HACK_H): $(CONFIG_H) ../include/align.h ../include/artilist.h \
|
||||
../include/hack.h ../include/lint.h ../include/mextra.h \
|
||||
../include/mkroom.h ../include/monattk.h ../include/mondata.h \
|
||||
../include/monflag.h ../include/monst.h ../include/monsters.h \
|
||||
../include/nhconst.h ../include/nhlua.h ../include/obj.h \
|
||||
../include/objclass.h ../include/objects.h ../include/permonst.h \
|
||||
../include/prop.h ../include/quest.h ../include/rect.h \
|
||||
../include/region.h ../include/rm.h ../include/seffects.h \
|
||||
../include/selvar.h ../include/skills.h ../include/sndprocs.h \
|
||||
../include/spell.h ../include/stairs.h ../include/sym.h \
|
||||
../include/sys.h ../include/timeout.h ../include/trap.h \
|
||||
../include/vision.h ../include/winprocs.h ../include/wintype.h \
|
||||
../include/you.h ../include/youprop.h
|
||||
../include/nhlua.h ../include/obj.h ../include/objclass.h \
|
||||
../include/objects.h ../include/permonst.h ../include/prop.h \
|
||||
../include/quest.h ../include/rect.h ../include/region.h \
|
||||
../include/rm.h ../include/seffects.h ../include/selvar.h \
|
||||
../include/skills.h ../include/sndprocs.h ../include/spell.h \
|
||||
../include/stairs.h ../include/sym.h ../include/sys.h \
|
||||
../include/timeout.h ../include/trap.h ../include/vision.h \
|
||||
../include/weight.h ../include/winprocs.h \
|
||||
../include/wintype.h ../include/you.h ../include/youprop.h
|
||||
touch $(HACK_H)
|
||||
#
|
||||
$(TARGETPFX)cppregex.o: ../sys/share/cppregex.cpp $(CONFIG_H)
|
||||
@@ -1177,7 +1177,7 @@ $(TARGETPFX)mdlib.o: mdlib.c $(CONFIG_H) ../include/align.h \
|
||||
../include/objclass.h ../include/objects.h \
|
||||
../include/permonst.h ../include/prop.h ../include/seffects.h \
|
||||
../include/skills.h ../include/sndprocs.h ../include/sym.h \
|
||||
../include/wintype.h ../include/you.h
|
||||
../include/weight.h ../include/wintype.h ../include/you.h
|
||||
$(TARGETPFX)mhitm.o: mhitm.c $(HACK_H) ../include/artifact.h
|
||||
$(TARGETPFX)mhitu.o: mhitu.c $(HACK_H) ../include/artifact.h
|
||||
$(TARGETPFX)minion.o: minion.c $(HACK_H)
|
||||
@@ -1193,7 +1193,7 @@ $(TARGETPFX)monmove.o: monmove.c $(HACK_H) ../include/artifact.h \
|
||||
$(TARGETPFX)monst.o: monst.c $(CONFIG_H) ../include/align.h \
|
||||
../include/defsym.h ../include/monattk.h ../include/monflag.h \
|
||||
../include/monsters.h ../include/permonst.h ../include/sym.h \
|
||||
../include/wintype.h
|
||||
../include/weight.h ../include/wintype.h
|
||||
$(TARGETPFX)mplayer.o: mplayer.c $(HACK_H)
|
||||
$(TARGETPFX)mthrowu.o: mthrowu.c $(HACK_H)
|
||||
$(TARGETPFX)muse.o: muse.c $(HACK_H)
|
||||
|
||||
Reference in New Issue
Block a user