(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:
parent
d12359938b
commit
b0627a97cb
3 changed files with 14 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue