More presentation bugs.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 7 Feb 2005 20:39:00 +0000 (20:39 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 7 Feb 2005 20:39:00 +0000 (20:39 +0000)
TODO
reports.c

diff --git a/TODO b/TODO
index a0580811e612dcd91d3ea8616436004a315f036d..ee7251f6ec0dbc0ea05a599591e2edb6de8e9ecf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,5 +6,3 @@
 
 * Code to hurl you out of quadrant if a supernova occurs as you warp in 
   seems to hang.
-
-* Orbit height is negative.
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);
            }