X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=reports.c;h=f670a1ec38825eb0ece66f5c5717c9509f1acdb3;hb=e1f6b356f97edb611f07a9601f2d78d03e96c1c0;hp=842ca87e41a648e77de4cfe74efcc48843f53bb8;hpb=bdcf85461c171a9263fb0ba0e0ec07661bd082f5;p=super-star-trek.git diff --git a/reports.c b/reports.c index 842ca87..f670a1e 100644 --- a/reports.c +++ b/reports.c @@ -141,9 +141,9 @@ void lrscan(void) game.state.chart[x][y].starbase = game.state.galaxy[x][y].starbase; game.state.chart[x][y].stars = game.state.galaxy[x][y].stars; if (game.state.galaxy[x][y].supernova) - proutn("***"); + proutn(" ***"); else - proutn(" %-3d", game.state.chart[x][y].klingons*100 + game.state.chart[x][y].starbase * 10 + game.state.chart[x][y].stars); + proutn(" %3d", game.state.chart[x][y].klingons*100 + game.state.chart[x][y].starbase * 10 + game.state.chart[x][y].stars); } } prout(" ");