forgotten piece of the prev commit.
authorStas Sergeev <stsp@aknet.ru>
Thu, 8 May 2008 11:51:50 +0000 (11:51 +0000)
committerStas Sergeev <stsp@aknet.ru>
Thu, 8 May 2008 11:51:50 +0000 (11:51 +0000)
src/reports.c

index 5d7c3b1750de58edebfa98a1e2fae93ba2997502..fb8916a43b8ce086b822da65ea416b5b77337cd0 100644 (file)
@@ -154,9 +154,7 @@ void lrscan(void)
                proutn("  -1");
            else {
                game.state.galaxy[x][y].charted = true;
                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
                if (game.state.galaxy[x][y].supernova) 
                    proutn(" ***");
                else