forgotten piece of the prev commit.
[super-star-trek.git] / 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;
-               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