X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=reports.c;h=e26e9324fca7373dda568a1104abc144d8375d72;hb=6863b89428c92473a3eead55771f59d8a6da2cb3;hp=842ca87e41a648e77de4cfe74efcc48843f53bb8;hpb=bdcf85461c171a9263fb0ba0e0ec07661bd082f5;p=super-star-trek.git diff --git a/reports.c b/reports.c index 842ca87..e26e932 100644 --- a/reports.c +++ b/reports.c @@ -143,7 +143,7 @@ void lrscan(void) if (game.state.galaxy[x][y].supernova) 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(" ");