(V_CIVIL, V_MILIT, V_SHELL, V_GUN, V_PETROL, V_IRON, V_DUST, V_BAR,
V_FOOD, V_OIL, V_LCM, V_HCM, V_UW, V_RAD, V_ITEM): Remove, use item types instead.
This commit is contained in:
parent
09def8f156
commit
8ef7f35a56
17 changed files with 64 additions and 81 deletions
|
@ -92,7 +92,7 @@ init_pchr(void)
|
|||
|
||||
for (p = pchr, pcount = 0; pcount < prd_maxno; pcount++, p++) {
|
||||
if (opt_GO_RENEW) {
|
||||
if (p->p_type == V_DUST || p->p_type == V_OIL)
|
||||
if (p->p_type == I_DUST || p->p_type == I_OIL)
|
||||
p->p_nrdep = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue