(show_sect_capab, mission_pln_equip, pln_equip): Change i_type
references to use I_NONE instead of zero. Zero has been invalid since item.h rev. 1.12, and was questionable style before.
This commit is contained in:
parent
c6262a209c
commit
c0d009758c
3 changed files with 5 additions and 5 deletions
|
@ -732,7 +732,7 @@ show_sect_capab(int foo)
|
|||
pchr[j].p_nlmin,
|
||||
pchr[j].p_nllag,
|
||||
pchr[j].p_effic, pchr[j].p_cost, pchr[j].p_nrdep,
|
||||
pchr[j].p_type ? ichr[pchr[j].p_type].i_mnem : ' ');
|
||||
pchr[j].p_type != I_NONE ? ichr[pchr[j].p_type].i_mnem : ' ');
|
||||
|
||||
pr("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue