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++;