(i_packing): New. Use where appropriate.

(NPKG, WPKG, UPKG, BPKG, NUMPKG): Turn macros into enumeration
constants.
(NPKG, WPKG, UPKG, BPKG): Move from sect.h to item.h.
This commit is contained in:
Markus Armbruster 2004-04-09 06:30:21 +00:00
parent d12359938b
commit b0627a97cb
3 changed files with 14 additions and 9 deletions

View file

@ -58,10 +58,10 @@ dodistribute(struct sctstr *sp, int imex, s_char *path, double dist_i_cost,
int thresh;
int amt_dist;
int amt_sect;
int packing;
i_packing packing;
float imcost;
float excost;
int dist_packing;
i_packing dist_packing;
int diff;
int item;
int changed;