trunk only: preserving context (sys files)
Pat Rankin wrote: > collect them all into some new struct and > save that separately rather than jamming more non-option stuff > into struct flags. This patch: - collects all context/tracking related fields from flags into a new structure called "context." It also adds the following to the new structure: - stethoscope turn support - victual support - tin support
This commit is contained in:
@@ -264,7 +264,7 @@ DECL_H = $(YOU_H) $(INCL)\spell.h $(INCL)\color.h \
|
||||
$(INCL)\obj.h $(INCL)\onames.h $(INCL)\pm.h \
|
||||
$(INCL)\decl.h
|
||||
GLOBAL_H = $(PCCONF_H) $(INCL)\coord.h $(INCL)\global.h
|
||||
HACK_H = $(CONFIG_H) $(DUNGEON_H) $(DECL_H) \
|
||||
HACK_H = $(CONFIG_H) $(INCL)\context.h $(DUNGEON_H) $(DECL_H) \
|
||||
$(DISPLAY_H) $(INCL)\monsym.h $(INCL)\mkroom.h \
|
||||
$(INCL)\objclass.h $(INCL)\trap.h $(INCL)\flag.h \
|
||||
$(RM_H) $(INCL)\vision.h $(INCL)\wintype.h \
|
||||
|
||||
Reference in New Issue
Block a user