projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6863b89
)
More presentation bugs.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 7 Feb 2005 20:39:00 +0000
(20:39 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 7 Feb 2005 20:39:00 +0000
(20:39 +0000)
TODO
patch
|
blob
|
history
reports.c
patch
|
blob
|
history
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.
diff --git
a/reports.c
b/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);
}