X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=reports.c;h=b074cd8801e9e621ad6860fdb2a7b84a0c0b38bf;hp=ed1a14420e049d0e167a7657fa9650fde64ba186;hb=7de1f930478a9efcc3f093eb62414ec18d396f7b;hpb=665b7ab04d99076511156ac4da537f0fa144d268 diff --git a/reports.c b/reports.c index ed1a144..b074cd8 100644 --- a/reports.c +++ b/reports.c @@ -195,11 +195,11 @@ void chart(int nn) rechart(); if (lastchart < game.state.date && condit == IHDOCKED) { - proutn("Spock- \"I revised the Star Chart from the starbase's records.\"\n\r"); + proutn("Spock- \"I revised the Star Chart from the starbase's records.\"\n"); rechart(); } - if (nn == 0) proutn(" STAR CHART FOR THE KNOWN GALAXY\n\r"); + if (nn == 0) proutn(" STAR CHART FOR THE KNOWN GALAXY\n"); if (game.state.date > lastchart) prout("(Last surveillance update %d stardates ago).", (int)(game.state.date-lastchart)); @@ -208,7 +208,7 @@ void chart(int nn) proutn("%d |", i); for_quadrants(j) { char buf[4]; - if ((game.options & OPTION_SHOWME) && i == quady && j == quadx) + if ((game.options & OPTION_SHOWME) && i == quadx && j == quady) proutn("<"); else proutn(" "); @@ -224,13 +224,13 @@ void chart(int nn) if (*cp == '0') *cp = '.'; proutn(buf); - if ((game.options & OPTION_SHOWME) && i == quady && j == quadx) + if ((game.options & OPTION_SHOWME) && i == quadx && j == quady) proutn(">"); else proutn(" "); } proutn(" |"); - if (i