More presentation bugs.
[super-star-trek.git] / reports.c
index e26e9324fca7373dda568a1104abc144d8375d72..f670a1ec38825eb0ece66f5c5717c9509f1acdb3 100644 (file)
--- a/reports.c
+++ b/reports.c
@@ -141,7 +141,7 @@ 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);
            }