From 979ef3019da7a257635007218de0254f2610cd59 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Thu, 8 May 2008 11:51:50 +0000 Subject: [PATCH] forgotten piece of the prev commit. --- src/reports.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/reports.c b/src/reports.c index 5d7c3b1..fb8916a 100644 --- 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 -- 2.31.1