More presentation bugs.
[super-star-trek.git] / reports.c
index 842ca87e41a648e77de4cfe74efcc48843f53bb8..f670a1ec38825eb0ece66f5c5717c9509f1acdb3 100644 (file)
--- 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(" ");