X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=reports.c;h=c43732670462480db8fa7eefd7e54104680c0aee;hp=b074cd8801e9e621ad6860fdb2a7b84a0c0b38bf;hb=0ddb264313c09bbefa443bb9d67b7bb95fcf58c8;hpb=7de1f930478a9efcc3f093eb62414ec18d396f7b diff --git a/reports.c b/reports.c index b074cd8..c437326 100644 --- a/reports.c +++ b/reports.c @@ -188,18 +188,17 @@ void rechart(void) void chart(int nn) { int i,j; - char *cp; chew(); if (game.damage[DRADIO] == 0.0) rechart(); if (lastchart < game.state.date && condit == IHDOCKED) { - proutn("Spock- \"I revised the Star Chart from the starbase's records.\"\n"); + prout("Spock- \"I revised the Star Chart from the starbase's records.\""); rechart(); } - if (nn == 0) proutn(" STAR CHART FOR THE KNOWN GALAXY\n"); + if (nn == 0) prout(" STAR CHART FOR THE KNOWN GALAXY"); if (game.state.date > lastchart) prout("(Last surveillance update %d stardates ago).", (int)(game.state.date-lastchart)); @@ -217,12 +216,9 @@ void chart(int nn) else if (!game.state.galaxy[i][j].charted && game.state.galaxy[i][j].starbase) strcpy(buf, ".1."); else if (game.state.galaxy[i][j].charted) - sprintf(buf, "%d%d%d", game.state.chart[i][j].klingons, game.state.chart[i][j].starbase, game.state.chart[i][j].stars); + sprintf(buf, "%3d", game.state.chart[i][j].klingons*100 + game.state.chart[i][j].starbase * 10 + game.state.chart[i][j].stars); else strcpy(buf, "..."); - for (cp = buf; cp < buf + sizeof(buf); cp++) - if (*cp == '0') - *cp = '.'; proutn(buf); if ((game.options & OPTION_SHOWME) && i == quadx && j == quady) proutn(">"); @@ -230,9 +226,8 @@ void chart(int nn) proutn(" "); } proutn(" |"); - if (i sizeof(requests)/sizeof(requests[0])) { - prout("UNRECOGNIZED REQUEST. Legal requests are:\n" - " date, condition, position, lsupport, warpfactor,\n" - " energy, torpedoes, shields, klingons, time, bases."); + prout("UNRECOGNIZED REQUEST. Legal requests are:"); + prout(" date, condition, position, lsupport, warpfactor,"); + prout(" energy, torpedoes, shields, klingons, time, bases."); return FALSE; } // no break @@ -388,7 +383,7 @@ int srscan(int l) } if (rightside) status(jj); - if (i