Belatedly clean up after commit 3b4de2fe Remove option FUEL

This commit is contained in:
Markus Armbruster 2011-04-22 18:07:13 +02:00
parent c15df51e27
commit a474791e7b
3 changed files with 6 additions and 13 deletions

View file

@ -55,8 +55,8 @@ land(void)
if (nunits++ == 0) {
if (player->god)
pr("own ");
pr(" # unit type x,y a eff mil frt mu fd");
pr(" tch retr xl ln carry\n");
pr(" # unit type x,y a eff mil frt mu fd"
" tch retr xl ln carry\n");
}
if (land.lnd_off)
noff++;

View file

@ -55,8 +55,7 @@ shi(void)
if (player->god)
pr("own ");
pr("shp# ship type x,y fl eff civ mil uw fd pn"
" he xl ln mob");
pr(" tech\n");
" he xl ln mob tech\n");
}
if (ship.shp_off)
noff++;

View file

@ -230,15 +230,9 @@ show_ship_stats(int tlev)
struct mchrstr *mp;
int scount;
pr("%25s s v s r f l p h x", "");
pr("\n");
pr("%25s p i p n i n l e p", "");
pr("\n");
pr("%25s def d s y g r d n l l", "");
pr("\n");
pr("%25s s v s r f l p h x\n", "");
pr("%25s p i p n i n l e p\n", "");
pr("%25s def d s y g r d n l l\n", "");
make_new_list(tlev, EF_SHIP);
for (scount = 0; scount < lookup_list_cnt; scount++) {