From a474791e7b3ad1fccd124de59d27142225416fc1 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 22 Apr 2011 18:07:13 +0200 Subject: [PATCH] Belatedly clean up after commit 3b4de2fe Remove option FUEL --- src/lib/commands/land.c | 4 ++-- src/lib/commands/shi.c | 3 +-- src/lib/subs/show.c | 12 +++--------- 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/src/lib/commands/land.c b/src/lib/commands/land.c index 385be3d6..9230294c 100644 --- a/src/lib/commands/land.c +++ b/src/lib/commands/land.c @@ -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++; diff --git a/src/lib/commands/shi.c b/src/lib/commands/shi.c index 83d2192a..9d6fd6fc 100644 --- a/src/lib/commands/shi.c +++ b/src/lib/commands/shi.c @@ -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++; diff --git a/src/lib/subs/show.c b/src/lib/subs/show.c index 7262dc4f..998f684d 100644 --- a/src/lib/subs/show.c +++ b/src/lib/subs/show.c @@ -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++) {