(lnd_getmil, total_mil): Trivial, inline into callers and remove. The
abstraction from actual land unit mil encoding provided by them was too leaky to be relied upon anyway.
This commit is contained in:
parent
3a38e91a5c
commit
2732ac5d1d
15 changed files with 43 additions and 62 deletions
|
@ -79,7 +79,7 @@ land(void)
|
|||
prxy(" %4d,%-4d", land.lnd_x, land.lnd_y, player->cnum);
|
||||
pr("%c", land.lnd_army);
|
||||
pr("%4d%%", land.lnd_effic);
|
||||
pr("%4d", lnd_getmil(&land));
|
||||
pr("%4d", land.lnd_item[I_MILIT]);
|
||||
pr("%4d", land.lnd_harden);
|
||||
pr("%4d", land.lnd_mobil);
|
||||
pr("%4d", land.lnd_item[I_FOOD]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue