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:
c873e79
)
forgotten piece of the prev commit.
author
Stas Sergeev
<stsp@aknet.ru>
Thu, 8 May 2008 11:51:50 +0000
(11:51 +0000)
committer
Stas Sergeev
<stsp@aknet.ru>
Thu, 8 May 2008 11:51:50 +0000
(11:51 +0000)
src/reports.c
patch
|
blob
|
history
diff --git
a/src/reports.c
b/src/reports.c
index 5d7c3b1750de58edebfa98a1e2fae93ba2997502..fb8916a43b8ce086b822da65ea416b5b77337cd0 100644
(file)
--- a/
src/reports.c
+++ b/
src/reports.c
@@
-154,9
+154,7
@@
void lrscan(void)
proutn(" -1");
else {
game.state.galaxy[x][y].charted = true;
- game.state.chart[x][y].klingons = game.state.galaxy[x][y].klingons;
- game.state.chart[x][y].starbase = game.state.galaxy[x][y].starbase;
- game.state.chart[x][y].stars = game.state.galaxy[x][y].stars;
+ rechart();
if (game.state.galaxy[x][y].supernova)
proutn(" ***");
else